chore(entrypoint): no longer depend on chrono and chrono-tz

This commit is contained in:
2025-04-22 01:51:45 -04:00
parent cc51a262ae
commit d1daa0bc01
2 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -1691,8 +1691,6 @@ dependencies = [
"arc-swap",
"async-gate",
"axum",
"chrono",
"chrono-tz",
"deranged",
"driver-kasa",
"emitter-and-signal",

View File

@@ -17,8 +17,6 @@ axum = { version = "0.8.1", default-features = false, features = [
"http1",
"tokio",
] }
chrono = { workspace = true }
chrono-tz = { workspace = true }
deranged = { workspace = true, features = ["serde"] }
driver-kasa = { path = "../driver/kasa" }
emitter-and-signal = { path = "../emitter-and-signal" }