summaryrefslogtreecommitdiff
path: root/systems/workspace/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-15 18:19:59 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-15 18:19:59 +0800
commitcc9bf0e13d75b9938b67da5df8135369374dc36d (patch)
tree37cb07d05ddfdfe7333de59e41d08c83351c92e3 /systems/workspace/Cargo.toml
parentd942ec50ff68f36c2641becdd6f32a95ab3f4325 (diff)
Add ID mapping system for local/remote index source conversion
Diffstat (limited to 'systems/workspace/Cargo.toml')
-rw-r--r--systems/workspace/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/workspace/Cargo.toml b/systems/workspace/Cargo.toml
index c394bb3..c601370 100644
--- a/systems/workspace/Cargo.toml
+++ b/systems/workspace/Cargo.toml
@@ -8,6 +8,7 @@ asset_system = { path = "../_asset" }
config_system = { path = "../_config" }
constants = { path = "../_constants" }
framework = { path = "../_framework" }
+sheet_system = { path = "../sheet" }
serde.workspace = true
thiserror.workspace = true