v0.3
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user