chore: add futures as a dependency

This commit is contained in:
2026-07-08 14:13:43 -04:00
parent a96dce2771
commit a1e27181a8
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ clap = { version = "4", features = ["derive", "env"] }
deranged = { workspace = true, features = ["serde"] }
driver-kasa = { path = "../driver/kasa" }
emitter-and-signal = { path = "../emitter-and-signal" }
futures = "0.3"
home-assistant = { path = "../home-assistant", features = ["tracing"] }
im = { version = "15.1.0", features = ["rayon"] }
persisted = { path = "../persisted" }