feat(entrypoint): take arguments in preparation for a new persisted
crate (featuring a Signal
that serializes with postcard
to a fjall
database)
This commit is contained in:
@@ -17,6 +17,7 @@ axum = { version = "0.8.1", default-features = false, features = [
|
||||
"http1",
|
||||
"tokio",
|
||||
] }
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
deranged = { workspace = true, features = ["serde"] }
|
||||
driver-kasa = { path = "../driver/kasa" }
|
||||
emitter-and-signal = { path = "../emitter-and-signal" }
|
||||
|
Reference in New Issue
Block a user