summaryrefslogtreecommitdiff
path: root/systems/workspace/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-18 11:19:51 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-18 11:19:51 +0800
commit2372495e1a0acb9ffead7651d8ed36a3bb98a15b (patch)
tree5f330cdf1616b1e56a7b85b2b2530cdf1422ed54 /systems/workspace/Cargo.toml
parent6f8906f06f3efd009275dc23f861f5aaba76ce72 (diff)
Add new protocol crate with basic types and operations
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 c601370..90690f8 100644
--- a/systems/workspace/Cargo.toml
+++ b/systems/workspace/Cargo.toml
@@ -10,6 +10,7 @@ constants = { path = "../_constants" }
framework = { path = "../_framework" }
sheet_system = { path = "../sheet" }
+just_fmt.workspace = true
serde.workspace = true
thiserror.workspace = true
tokio.workspace = true