1
0

removing ban service (moving to another project)

This commit is contained in:
2024-12-31 13:17:58 +01:00
parent 20f1038ff8
commit b736875510
12 changed files with 7 additions and 573 deletions

View File

@@ -6,17 +6,11 @@ edition = "2021"
[dependencies]
structopt = "0.3.26"
iptables = "0.5.2"
regex = "1.11.1"
tokio = { version = "1.42.0", features = ["macros", "rt", "rt-multi-thread", "signal"]}
serde = {version = "1.0.217", features = ["derive"]}
serde_json = "1.0.134"
log = {version = "0.4.22", features = ["kv"]}
env_logger = {version = "0.11.6", features = ["unstable-kv"]}
openssl = { version = "0.10.68", features = ["vendored"] }
regex = "1.11.1"
[lib]
name = "martillo_maldito"