1
0
martillo-maldito/Cargo.toml
2024-09-17 01:58:21 +02:00

21 lines
428 B
TOML

[package]
name = "martillo-maldito"
version = "0.1.2"
edition = "2021"
[dependencies]
structopt = "0.3.26"
iptables = "0.5.2"
linemux = "0.3.0"
regex = "1.10.6"
tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread", "signal"]}
serde = {version = "1.0.210", features = ["derive"]}
serde_json = "1.0.128"
log = "0.4.22"
logfmt_logger = "0.1.1"
openssl = { version = "0.10.66", features = ["vendored"] }