summaryrefslogtreecommitdiff
path: root/systems/sheet/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-11 22:52:11 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-11 22:52:11 +0800
commit55c7ea778be2f3ce44d88440607ac8d4117e31d2 (patch)
treed6258230a382e8054dfc1ac50f9c55cb2bc70c2a /systems/sheet/Cargo.toml
parent4effbd209edf96637d7da2b7d29ea1a6de3c637a (diff)
Add dependencies and constants for vault system
Diffstat (limited to 'systems/sheet/Cargo.toml')
-rw-r--r--systems/sheet/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml
index 5296bf8..7a20b47 100644
--- a/systems/sheet/Cargo.toml
+++ b/systems/sheet/Cargo.toml
@@ -6,9 +6,9 @@ version.workspace = true
[dependencies]
hex_display = { path = "../../utils/hex_display" }
+asset_system = { path = "../_asset" }
constants = { path = "../_constants" }
sheet_system_macros = { path = "macros" }
-asset_system = { path = "../_asset" }
serde.workspace = true
tokio.workspace = true