make requests to tasmota outlets!

This commit is contained in:
sigil-03 2025-04-03 21:58:20 -06:00
parent c6a6ed2ca1
commit 3c4f5b1c4e
7 changed files with 144 additions and 16 deletions

View file

@ -7,5 +7,7 @@ edition = "2024"
clap = { version = "4.5.35", features = ["derive"] }
reqwest = "0.12.15"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
thiserror = "2.0.12"
tokio = { version = "1.44.1", features = ["full"] }
toml = "0.8.20"