From 55c7ea778be2f3ce44d88440607ac8d4117e31d2 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 11 Mar 2026 22:52:11 +0800 Subject: Add dependencies and constants for vault system --- systems/sheet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/sheet/Cargo.toml') 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 -- cgit