summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent6f8906f06f3efd009275dc23f861f5aaba76ce72 (diff)
Add new protocol crate with basic types and operations
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 18 insertions, 0 deletions
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",
@@ -1337,6 +1338,21 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2604,7 +2620,9 @@ dependencies = [
"config_system",
"constants",
"framework",
+ "just_fmt",
"serde",
+ "sheet_system",
"thiserror",
"tokio",
]