feat(entrypoint): try using persistence
This commit is contained in:
@@ -21,8 +21,9 @@ clap = { version = "4", features = ["derive", "env"] }
|
||||
deranged = { workspace = true, features = ["serde"] }
|
||||
driver-kasa = { path = "../driver/kasa" }
|
||||
emitter-and-signal = { path = "../emitter-and-signal" }
|
||||
home-assistant = { path = "../home-assistant" }
|
||||
home-assistant = { path = "../home-assistant", features = ["tracing"] }
|
||||
im = { version = "15.1.0", features = ["rayon"] }
|
||||
persisted = { path = "../persisted" }
|
||||
protocol = { path = "../protocol" }
|
||||
pyo3 = { workspace = true, features = [
|
||||
"auto-initialize",
|
||||
|
||||
Reference in New Issue
Block a user