1
0
martillo-maldito/Cargo.toml

20 lines
410 B
TOML

[package]
name = "martillo-maldito"
version = "0.1.2"
edition = "2021"
[dependencies]
structopt = "0.3.26"
iptables = "0.5.2"
regex = "1.11.1"
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread", "signal"]}
serde = {version = "1.0.215", features = ["derive"]}
serde_json = "1.0.133"
log = "0.4.22"
logfmt_logger = "0.1.1"
openssl = { version = "0.10.68", features = ["vendored"] }