v0.1
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -1,13 +1,21 @@
|
||||
[package]
|
||||
name = "zdiff"
|
||||
name = "zdiff_all"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "zdiff"
|
||||
path = "src/zdiff.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "zpatch"
|
||||
path = "src/zpatch.rs"
|
||||
|
||||
[dependencies]
|
||||
zstd = { version = "0.13" }
|
||||
async-compression = { version = "0.4", features = ["zstd"] }
|
||||
tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1.48", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
md5 = "0.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
walkdir = "2.5"
|
||||
walkdir = "2.5"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user