workspace

This commit is contained in:
2026-06-09 17:28:25 +08:00
parent a651e08fff
commit 7eb3647539
6 changed files with 142 additions and 6 deletions
+7
View File
@@ -14,6 +14,7 @@ dependencies = [
"selectolax>=0.3.21,<1.0.0",
"starlette>=0.37.0,<1.0.0",
"uvicorn[standard]>=0.30.0,<1.0.0",
"surugaya-common",
]
[project.optional-dependencies]
@@ -29,3 +30,9 @@ testpaths = ["tests"]
[tool.uv]
package = false
[tool.uv.workspace]
members = ["packages/*"]
[tool.uv.sources]
surugaya-common = { workspace = true }