Files
fuzzforge_ai/pyproject.toml

30 lines
780 B
TOML

[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 }