improve agent

This commit is contained in:
csehviktor
2025-07-03 06:09:53 +02:00
parent 58a4ab9974
commit 1f89f8d4cb

View File

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