chore: add futures as a dependency
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2101,6 +2101,7 @@ dependencies = [
|
||||
"deranged",
|
||||
"driver-kasa",
|
||||
"emitter-and-signal",
|
||||
"futures",
|
||||
"home-assistant",
|
||||
"im",
|
||||
"persisted",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user