mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-13 03:06:36 +02:00
feat: FuzzForge AI - complete rewrite for OSS release
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
[project]
|
||||
name = "fuzzforge-oss"
|
||||
version = "1.0.0"
|
||||
description = "FuzzForge OSS - AI-driven security research platform for local execution"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
authors = [
|
||||
{ name = "FuzzingLabs", email = "contact@fuzzinglabs.com" }
|
||||
]
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = [
|
||||
"fuzzforge-common",
|
||||
"fuzzforge-types",
|
||||
"fuzzforge-modules/fuzzforge-modules-sdk",
|
||||
"fuzzforge-runner",
|
||||
"fuzzforge-mcp",
|
||||
"fuzzforge-cli",
|
||||
"fuzzforge-tests",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
fuzzforge-common = { workspace = true }
|
||||
fuzzforge-types = { workspace = true }
|
||||
fuzzforge-modules-sdk = { workspace = true }
|
||||
fuzzforge-runner = { workspace = true }
|
||||
fuzzforge-mcp = { workspace = true }
|
||||
fuzzforge-cli = { workspace = true }
|
||||
fuzzforge-tests = { workspace = true }
|
||||
Reference in New Issue
Block a user