This commit is contained in:
2025-10-20 12:34:04 +03:00
parent 207675f522
commit a91bd3bafc
6 changed files with 560 additions and 57 deletions

View File

@@ -3,6 +3,9 @@ name = "zsdiff_all"
version = "0.1.0"
edition = "2024"
[profile.dev]
opt-level = 3
[[bin]]
name = "zsdiff"
path = "src/zsdiff.rs"
@@ -19,3 +22,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
walkdir = "2.5"
clap = { version = "4.5", features = ["derive"] }
rsa = { version = "0.10.0-rc.9", features = ["std"] }
rand = { version = "0.10.0-rc.0", features = ["thread_rng", "std"] }