1786095613

This commit is contained in:
2026-08-07 11:40:13 +02:00
parent 7d9bda13e9
commit 7e7a93e87b
6 changed files with 192 additions and 28 deletions

8
Cargo.lock generated
View File

@@ -898,12 +898,14 @@ dependencies = [
name = "dashboard"
version = "0.1.0"
dependencies = [
"dotenvy",
"embedded-graphics",
"embedded-graphics-core",
"evdev",
"framebuffer",
"hass-rs",
"linfb",
"serde_json",
"slint",
"slint-build",
"tokio",
@@ -1026,6 +1028,12 @@ dependencies = [
"libloading",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "downcast-rs"
version = "1.0.4"