display time until opening/closing
This commit is contained in:
parent
3c935a1be3
commit
e04a98a7fd
5 changed files with 60 additions and 5 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue