summaryrefslogtreecommitdiff
path: root/systems/sheet/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/sheet/Cargo.toml')
-rw-r--r--systems/sheet/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml
index 89c439b..5c53c36 100644
--- a/systems/sheet/Cargo.toml
+++ b/systems/sheet/Cargo.toml
@@ -1,6 +1,9 @@
[package]
-name = "sheet"
+name = "sheet_system"
edition = "2024"
version.workspace = true
[dependencies]
+sheet_system_macros = { path = "macros" }
+string_proc = { path = "../../utils/string_proc" }
+asset_system = { path = "../_asset" }