make requests to tasmota outlets!
This commit is contained in:
parent
c6a6ed2ca1
commit
3c4f5b1c4e
7 changed files with 144 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue