Switch from time to jiff

This commit is contained in:
Joscha 2024-10-08 21:32:14 +02:00
parent afd6546639
commit 26dd613bbc
3 changed files with 34 additions and 17 deletions

View file

@ -10,9 +10,9 @@ axum-extra = { version = "0.9.4", features = ["form"] }
clap = { version = "4.5.20", features = ["derive", "deprecated"] }
comemo = "0.4.0"
fontdb = "0.22.0"
jiff = "0.1.13"
maud = { version = "0.26.0", features = ["axum"] }
serde = { version = "1.0.210", features = ["derive"] }
time = { version = "0.3.36", features = ["macros", "formatting", "local-offset"] }
tokio = { version = "1.40.0", features = ["full"] }
typst = "0.11.1"
typst-pdf = "0.11.1"