rhack/Cargo.toml
2024-04-18 16:37:30 -05:00

18 lines
444 B
TOML

[package]
name = "rhack"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "rhack"
path = "src/main.rs"
[dependencies]
clap = { version = "4.2.2", features = ["derive"] }
ips = { git = "https://github.com/gallantcrusader/ips.git", version = "0.2.0" }
xdelta3 = { git = "https://github.com/gallantcrusader/xdelta3-rs.git" }
# xdelta3 = "0.1.5"