summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-25 13:22:16 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-25 13:22:16 +0800
commitfece037f453006c83c45825e3649495180eb30c9 (patch)
tree5ce6f59c1daf525eeb73ce54393b9cd572774a53 /Cargo.lock
parent8f69598f6abfb2b3db076a15fed85c9c186ccbde (diff)
Split Unix completion script entry into separate bash/zsh/fish versions
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b2cf1f6..7c13b7e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -308,6 +308,20 @@ dependencies = [
]
[[package]]
+name = "chunking_system"
+version = "0.1.0"
+dependencies = [
+ "asset_system",
+ "framework",
+ "just_fmt",
+ "just_template",
+ "serde",
+ "size",
+ "thiserror",
+ "tokio",
+]
+
+[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1139,6 +1153,7 @@ version = "0.0.0"
dependencies = [
"asset_system",
"chrono",
+ "chunking_system",
"config_system",
"constants",
"data_struct",
@@ -2086,6 +2101,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
+name = "size"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1b6709c7b6754dca1311b3c73e79fcce40dd414c782c66d88e8823030093b02b"
+
+[[package]]
name = "slab"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"