1
0
martillo-maldito/Cargo.toml

20 lines
410 B
TOML
Raw Normal View History

2024-05-12 13:46:11 +02:00
[package]
name = "martillo-maldito"
2024-08-30 12:27:32 +02:00
version = "0.1.2"
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-11-28 13:34:08 +01:00
regex = "1.11.1"
2024-09-17 01:58:21 +02:00
2024-11-28 13:34:08 +01:00
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread", "signal"]}
2024-09-17 01:58:21 +02:00
2024-11-28 13:34:08 +01:00
serde = {version = "1.0.215", features = ["derive"]}
serde_json = "1.0.133"
2024-09-17 01:58:21 +02:00
2024-08-30 12:27:32 +02:00
log = "0.4.22"
logfmt_logger = "0.1.1"
2024-09-17 01:58:21 +02:00
2024-11-28 13:34:08 +01:00
openssl = { version = "0.10.68", features = ["vendored"] }