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

2
Cargo.lock generated
View File

@@ -22,12 +22,12 @@ name = "agent"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"common",
"rumqttc",
"serde",
"sysinfo",
"tokio",
"toml 0.8.23",
]
[[package]]