This commit is contained in:
2026-07-01 16:51:34 +03:00
commit 23b05296ba
6 changed files with 847 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "wara"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
env_logger = "0.11.11"
log = "0.4.33"
mikrotik-rs = { version = "0.8.0", features = ["tokio-tls"] }
serde = { version = "1.0.228", features = ["derive"] }
toml = "1.1.2"