From 2372495e1a0acb9ffead7651d8ed36a3bb98a15b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 18 Mar 2026 11:19:51 +0800 Subject: Add new protocol crate with basic types and operations --- systems/workspace/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'systems/workspace/Cargo.toml') 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 -- cgit