initial commit

This commit is contained in:
2025-10-16 16:49:46 +03:00
commit cb51d16e0f
7 changed files with 589 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "zdiff"
version = "0.1.0"
edition = "2024"
[dependencies]
zstd = { version = "0.13" }
async-compression = { version = "0.4", features = ["zstd"] }
tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros"] }
md5 = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
walkdir = "2.5"