diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:17:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:17:06 +0800 |
| commit | 76e78fe53c03c9b4c7fa029709f06ee86ce9c865 (patch) | |
| tree | 4e3778dfb405b2c21b51df24331100b94f5356d9 /Cargo.toml | |
| parent | 748c8a3353df887ee4b01e0e1327aa95c1c7225a (diff) | |
Add storage system with chunk-based file storage
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } |
