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

View file

@ -7,6 +7,7 @@ edition = "2021"
anyhow = "1.0.95"
axum = { version = "0.8.1", features = ["macros"] }
chrono = "0.4.39"
chrono-humanize = "0.2.3"
maud = { version = "0.27.0", features = ["axum"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"