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:
2025-05-03 21:05:49 -04:00
parent c0b27dc5f0
commit 50e9ee43f7
2 changed files with 73 additions and 6 deletions

View File

@@ -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" }