chore(entrypoint): no longer depend on chrono
and chrono-tz
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1691,8 +1691,6 @@ dependencies = [
|
|||||||
"arc-swap",
|
"arc-swap",
|
||||||
"async-gate",
|
"async-gate",
|
||||||
"axum",
|
"axum",
|
||||||
"chrono",
|
|
||||||
"chrono-tz",
|
|
||||||
"deranged",
|
"deranged",
|
||||||
"driver-kasa",
|
"driver-kasa",
|
||||||
"emitter-and-signal",
|
"emitter-and-signal",
|
||||||
|
@@ -17,8 +17,6 @@ axum = { version = "0.8.1", default-features = false, features = [
|
|||||||
"http1",
|
"http1",
|
||||||
"tokio",
|
"tokio",
|
||||||
] }
|
] }
|
||||||
chrono = { workspace = true }
|
|
||||||
chrono-tz = { workspace = true }
|
|
||||||
deranged = { workspace = true, features = ["serde"] }
|
deranged = { workspace = true, features = ["serde"] }
|
||||||
driver-kasa = { path = "../driver/kasa" }
|
driver-kasa = { path = "../driver/kasa" }
|
||||||
emitter-and-signal = { path = "../emitter-and-signal" }
|
emitter-and-signal = { path = "../emitter-and-signal" }
|
||||||
|
Reference in New Issue
Block a user