use cli parser for agent

This commit is contained in:
csehviktor
2025-07-05 15:05:22 +02:00
parent 59865db66a
commit 3bcfc67bdb
6 changed files with 29 additions and 48 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
common = { path = "../common" }
tokio = { version = "1.45.1", features = ["full"] }
serde = { version = "1.0.219", features = ["derive"] }
clap = { version = "4.5.40", features = ["derive"] }
anyhow = "1.0.98"
sysinfo = "0.35.2"
rumqttc = "0.24.0"
toml = "0.8.23"