Devices now handles subscribing to mqtt topics

This commit is contained in:
2023-04-12 04:37:16 +02:00
parent 34e5274e0b
commit 92c8f3074f
12 changed files with 93 additions and 63 deletions

View File

@@ -4,10 +4,7 @@ version = "0.1.0"
edition = "2021"
[workspace]
members = [
"impl_cast",
"google-home"
]
members = ["impl_cast", "google-home"]
[dependencies]
rumqttc = "0.18"