From 1f89f8d4cb1d789fa0dd76378b8514882e21adf0 Mon Sep 17 00:00:00 2001 From: csehviktor Date: Thu, 3 Jul 2025 06:09:53 +0200 Subject: [PATCH] improve agent --- agent/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index efbff41..48e61a2 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -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"