From 76e78fe53c03c9b4c7fa029709f06ee86ce9c865 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 27 Feb 2026 06:17:06 +0800 Subject: Add storage system with chunk-based file storage --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6881a81..a3c0910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,7 @@ members = [ "systems/action/action_macros", "systems/sheet", "systems/sheet/macros", + "systems/storage", "utils/cfg_file", "utils/cfg_file/cfg_file_derive", "utils/cfg_file/cfg_file_test", @@ -98,6 +99,7 @@ asset_system = { path = "systems/_asset" } constants = { path = "systems/_constants" } action_system = { path = "systems/action" } sheet_system = { path = "systems/sheet" } +storage_system = { path = "systems/storage" } # Legacy vcs_data = { path = "legacy_data" } -- cgit