frontend stuff

This commit is contained in:
Lennart
2025-04-16 21:14:49 +02:00
parent 68e824e6ba
commit 5b0868c544
5 changed files with 28 additions and 13 deletions

10
Cargo.lock generated
View File

@@ -661,6 +661,15 @@ dependencies = [
"windows-link",
]
[[package]]
name = "chrono-humanize"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b"
dependencies = [
"chrono",
]
[[package]]
name = "chrono-tz"
version = "0.10.3"
@@ -3120,6 +3129,7 @@ dependencies = [
"askama",
"askama_web",
"chrono",
"chrono-humanize",
"futures-core",
"hex",
"mime_guess",