display time until opening/closing

This commit is contained in:
insects 2025-02-05 20:57:43 +01:00
parent 3c935a1be3
commit e04a98a7fd
5 changed files with 60 additions and 5 deletions

10
Cargo.lock generated
View file

@ -132,6 +132,7 @@ dependencies = [
"anyhow",
"axum",
"chrono",
"chrono-humanize",
"maud",
"serde",
"serde_json",
@ -187,6 +188,15 @@ dependencies = [
"windows-targets",
]
[[package]]
name = "chrono-humanize"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b"
dependencies = [
"chrono",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"