start refactor of ip management

This commit is contained in:
2025-12-14 21:22:07 +00:00
parent 3b5e7e1986
commit 7cabefc76e
13 changed files with 1500 additions and 777 deletions

View File

@@ -4,14 +4,14 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bollard = "0.14"
bollard = "0.19"
futures = "0.3"
tokio = { version = "1", features = ["full"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }
actix-web = "4"
env_logger = "*"
env_logger = "0.11"
derive_more = "*"
log = "*"
log = "0.4"
serde = "*"
serde_json = "*"
fallible-iterator = "*"
@@ -19,4 +19,4 @@ fallible-iterator = "*"
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
]
]