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"