summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-11 14:49:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-11 14:49:20 +0800
commita6b38c2918ece9d763a1eb1d581268d94b2bdcf0 (patch)
tree44949f9903213e62f328570b7d8343183d64de7a /Cargo.toml
parent47e0ffd50427440696c245814517e4f5fa94ed83 (diff)
Add framework crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f49d3be..3b6c1b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,8 +30,10 @@ members = [
"systems/_asset/test",
"systems/_constants",
"systems/_constants/macros",
+ "systems/_framework",
"systems/sheet",
"systems/sheet/macros",
+ "systems/vault",
"utils/cfg_file",
"utils/cfg_file/cfg_file_derive",
"utils/cfg_file/cfg_file_test",
@@ -102,6 +104,7 @@ tcp_connection = { path = "utils/tcp_connection" }
asset_system = { path = "systems/_asset" }
constants = { path = "systems/_constants" }
sheet_system = { path = "systems/sheet" }
+vault_system = { path = "systems/vault" }
# Legacy
vcs_data = { path = "legacy_data" }