summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c3498a0..68836ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,16 +35,21 @@ members = [
"utils/string_proc",
+ "systems/asset",
+ "systems/asset/macros",
+ "systems/asset/test",
+
"systems/action",
"systems/action/action_macros",
"systems/_constants",
"systems/_constants/macros",
+ # LEGACY AREA
"legacy_data",
"legacy_data/tests",
-
"legacy_actions",
+ # LEGACY AREA
"docs",
@@ -86,6 +91,7 @@ tcp_connection = { path = "utils/tcp_connection" }
string_proc = { path = "utils/string_proc" }
# Systems
+asset = { path = "systems/asset" }
action_system = { path = "systems/action" }
constants = { path = "systems/_constants" }