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 --- Cargo.lock | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index a231b6c..b59b0da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -991,6 +991,7 @@ dependencies = [ "framework", "hex_display", "jvlib", + "protocol", "serde", "sha1_hash", "sheet_system", @@ -1336,6 +1337,21 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "protocol" +version = "0.1.0" +dependencies = [ + "constants", + "dirs", + "framework", + "serde", + "sheet_system", + "thiserror", + "tokio", + "vault_system", + "workspace_system", +] + [[package]] name = "quote" version = "1.0.41" @@ -2604,7 +2620,9 @@ dependencies = [ "config_system", "constants", "framework", + "just_fmt", "serde", + "sheet_system", "thiserror", "tokio", ] -- cgit