diff options
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" } |
