Integrate straba.rs in MQTT

This commit is contained in:
Ollo
2026-02-27 21:37:07 +01:00
parent c40b3b7269
commit 1da8bb5420
3 changed files with 192 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ rumqttc = "0.24"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive"] }
chrono = "0.4"
reqwest = { version = "0.11", features = ["blocking"] }