Switch from time to jiff

This commit is contained in:
Joscha 2025-02-25 01:02:42 +01:00
parent a6d5c9f671
commit 87b031101f
6 changed files with 51 additions and 12 deletions

View file

@ -13,6 +13,7 @@ clap = { version = "4.5.30", features = ["derive", "deprecated"] }
cosmic-text = "0.12.1"
escpos = "0.15.0"
image = "0.25.5"
jiff = "0.2.1"
mark.git = "https://github.com/Garmelon/mark.git"
mime_guess = "2.0.5"
palette = "0.7.6"
@ -22,7 +23,6 @@ rust-embed = "8.5.0"
serde = { version = "1.0.218", features = ["derive"] }
showbits-assets.path = "./showbits-assets"
showbits-common.path = "./showbits-common"
time = "0.3.37"
tokio = "1.43.0"
typst = "0.13.0"
typst-assets = { version = "0.13.0", features = ["fonts"] }