diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-11 22:52:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-11 22:52:25 +0800 |
| commit | 085bce616f68eb6c1586f7a7e1089b5f4cdd0155 (patch) | |
| tree | 5782ae03692754845958ef06b92c56805ddd7bbc /systems/workspace/Cargo.toml | |
| parent | 55c7ea778be2f3ce44d88440607ac8d4117e31d2 (diff) | |
Add vault and workspace systems with config management
Diffstat (limited to 'systems/workspace/Cargo.toml')
| -rw-r--r-- | systems/workspace/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/systems/workspace/Cargo.toml b/systems/workspace/Cargo.toml new file mode 100644 index 0000000..c394bb3 --- /dev/null +++ b/systems/workspace/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "workspace_system" +edition = "2024" +version.workspace = true + +[dependencies] +asset_system = { path = "../_asset" } +config_system = { path = "../_config" } +constants = { path = "../_constants" } +framework = { path = "../_framework" } + +serde.workspace = true +thiserror.workspace = true +tokio.workspace = true |
