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]
|
2024-05-28 16:03:32 +02:00
|
|
|
structopt = "0.3.26"
|
2024-05-12 13:46:11 +02:00
|
|
|
iptables = "0.5.1"
|
|
|
|
linemux = "0.3.0"
|
|
|
|
regex = "1.10.4"
|
|
|
|
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread", "signal"]}
|