mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-23 02:56:08 +02:00
13 lines
190 B
TOML
13 lines
190 B
TOML
[project]
|
|
name = "shadowbroker"
|
|
version = "0.9.5"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = []
|
|
|
|
[dependency-groups]
|
|
test = []
|
|
|
|
[tool.uv.workspace]
|
|
members = ["backend"]
|