Add printing, commands work

This commit is contained in:
2026-07-03 18:45:33 +03:00
parent 16615d32c1
commit 6537c41972
8 changed files with 402 additions and 63 deletions

View File

@@ -13,5 +13,7 @@ log = "0.4.33"
mikrotik-rs = { version = "0.8.0", features = ["tokio-tls"] }
regex = "1.12.4"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
tabled = { version = "0.21.0", features = ["ansi"] }
tokio = { version = "1.52.3", features = ["full"] }
toml = "1.1.2"