This commit is contained in:
2024-07-08 22:38:55 +02:00
parent 9aa16e3ef8
commit 758500a071
25 changed files with 632 additions and 690 deletions

15
Cargo.lock generated
View File

@@ -103,7 +103,7 @@ dependencies = [
"enum_dispatch",
"eui48",
"futures",
"google-home",
"google_home",
"hostname",
"indexmap 2.2.6",
"mlua",
@@ -637,14 +637,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
[[package]]
name = "google-home"
name = "google_home"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"automation_cast",
"automation_macro",
"futures",
"google_home_macro",
"json_value_merge",
"serde",
"serde_json",
@@ -652,6 +652,15 @@ dependencies = [
"tokio",
]
[[package]]
name = "google_home_macro"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.60",
]
[[package]]
name = "h2"
version = "0.3.20"