1
0
martillo-maldito/Cargo.toml

15 lines
385 B
TOML
Raw Normal View History

2024-05-12 13:46:11 +02:00
[package]
name = "martillo-maldito"
2024-06-09 15:29:00 +02:00
version = "0.1.1"
2024-05-12 13:46:11 +02:00
edition = "2021"
[dependencies]
structopt = "0.3.26"
2024-08-21 04:05:15 +02:00
iptables = "0.5.2"
2024-05-12 13:46:11 +02:00
linemux = "0.3.0"
2024-08-21 04:05:15 +02:00
regex = "1.10.6"
tokio = { version = "1.39.3", features = ["macros", "rt", "rt-multi-thread", "signal"]}
openssl = { version = "0.10.66", features = ["vendored"] }
serde = {version = "1.0.208", features = ["derive"]}
serde_json = "1.0.125"