This commit is contained in:
2025-10-20 00:58:43 +03:00
parent c4c0ad2e12
commit 207675f522
5 changed files with 205 additions and 99 deletions

View File

@@ -13,7 +13,7 @@ path = "src/zspatch.rs"
[dependencies]
zstd = { version = "0.13" }
tokio = { version = "1.48", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.48", features = ["rt", "rt-multi-thread", "macros", "fs", "io-util"] }
md5 = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"