From bfe99f8f08d35d0fbecb05ad4722fb279cb8cfc0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 15 Mar 2026 13:41:39 +0800 Subject: Update bidx format to align chunk hashes and add hash constants --- Cargo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') 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" -- cgit