summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-15 13:41:39 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-15 13:41:39 +0800
commitbfe99f8f08d35d0fbecb05ad4722fb279cb8cfc0 (patch)
tree4fea17c8d11d49fc1a2066b29b641604d6e2b624 /Cargo.lock
parent38066205582b25b0f2dfeb1786a2d9e428e8dae0 (diff)
Update bidx format to align chunk hashes and add hash constants
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c97d8e1..ff9319e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,6 +117,7 @@ dependencies = [
"just_template",
"log",
"memmap2",
+ "serde",
"sha2",
"syn",
"thiserror",
@@ -596,6 +597,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
+name = "serde"
+version = "1.0.228"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
+dependencies = [
+ "serde_core",
+ "serde_derive",
+]
+
+[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"