mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
frontend stuff
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user