From a6b38c2918ece9d763a1eb1d581268d94b2bdcf0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 11 Mar 2026 14:49:20 +0800 Subject: Add framework crate --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" } -- cgit