1
0

WIP moving code into lib

This commit is contained in:
2024-12-31 03:57:40 +01:00
parent 41abf04a63
commit 20f1038ff8
9 changed files with 448 additions and 420 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "martillo-maldito"
name = "martillo_maldito"
version = "0.1.2"
edition = "2021"
@@ -8,12 +8,16 @@ structopt = "0.3.26"
iptables = "0.5.2"
regex = "1.11.1"
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread", "signal"]}
tokio = { version = "1.42.0", features = ["macros", "rt", "rt-multi-thread", "signal"]}
serde = {version = "1.0.215", features = ["derive"]}
serde_json = "1.0.133"
serde = {version = "1.0.217", features = ["derive"]}
serde_json = "1.0.134"
log = "0.4.22"
logfmt_logger = "0.1.1"
log = {version = "0.4.22", features = ["kv"]}
env_logger = {version = "0.11.6", features = ["unstable-kv"]}
openssl = { version = "0.10.68", features = ["vendored"] }
[lib]
name = "martillo_maldito"
path = "src/lib.rs"