mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-08-02 12:14:45 +02:00
forward mitemp to home assistant
This commit is contained in:
parent
71d28cf847
commit
7dff97b474
8 changed files with 211 additions and 13 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -747,6 +747,12 @@ version = "0.4.33"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
||||
|
||||
[[package]]
|
||||
name = "maplit"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.8.2"
|
||||
|
|
@ -1264,10 +1270,12 @@ dependencies = [
|
|||
"dotenvy",
|
||||
"hostname",
|
||||
"jzon",
|
||||
"maplit",
|
||||
"pin-utils",
|
||||
"rumqttc",
|
||||
"secretfile",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue