1
0
martillo-maldito/Cargo.toml

12 lines
250 B
TOML

[package]
name = "martillo-maldito"
version = "0.1.0"
edition = "2021"
[dependencies]
structopt = "0.3.26"
iptables = "0.5.1"
linemux = "0.3.0"
regex = "1.10.4"
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread", "signal"]}