mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
Switch from time to jiff
This commit is contained in:
parent
afd6546639
commit
26dd613bbc
3 changed files with 34 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue