This commit is contained in:
2026-07-02 16:59:13 +03:00
parent cb142bff0e
commit 2752888e14
5 changed files with 222 additions and 2 deletions

View File

@@ -8,7 +8,10 @@ anyhow = "1.0.103"
camino = { version = "1.2.4", features = ["serde1"] }
clap = { version = "4.6.1", features = ["derive"] }
env_logger = "0.11.11"
lazy_static = "1.5.0"
log = "0.4.33"
mikrotik-rs = { version = "0.8.0", features = ["tokio-tls"] }
regex = "1.12.4"
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.52.3", features = ["full"] }
toml = "1.1.2"