summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent38066205582b25b0f2dfeb1786a2d9e428e8dae0 (diff)
Update bidx format to align chunk hashes and add hash constants
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3c127c5..9ec122b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,9 +8,7 @@ default = []
ffi = []
[workspace]
-members = [
- "ffi",
-]
+members = ["ffi"]
[profile.dev]
opt-level = 0
@@ -55,9 +53,6 @@ tokio = { version = "1", features = ["full"] }
colored = "3"
just_progress = "0.1.3"
-# Serialize & Config
-toml = "1"
-
# Logging
log = "0.4"
env_logger = "0.11"
@@ -66,3 +61,7 @@ env_logger = "0.11"
blake3 = "1.8"
sha2 = "0.10"
hex = "0.4"
+
+# Serialize & Config
+serde = { version = "1", features = ["derive"] }
+toml = "1"