refactor: Migrate CLI and API components to use castle-core for configuration and manifest handling
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "castle-workspace"
|
||||
version = "0.0.0"
|
||||
description = "Castle platform workspace root"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = ["core", "cli", "castle-api"]
|
||||
|
||||
[tool.uv.sources]
|
||||
castle-core = { workspace = true }
|
||||
castle-cli = { workspace = true }
|
||||
Reference in New Issue
Block a user