refactor: use jiff instead of chrono

This commit is contained in:
Vukašin Vojinović 2026-03-14 20:53:50 +01:00 committed by Jacob Kauffmann
parent 4414d2f4b2
commit 3b1bc4430b
4 changed files with 38 additions and 48 deletions

View file

@ -8,7 +8,8 @@ rust-version = "1.90"
[dependencies]
anyhow = "1"
chrono = { version = "0.4", features = ["unstable-locales"] }
jiff = "0.2"
jiff-icu = "0.2"
icu = { version = "2.1.1", features = ["compiled_data"] }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "160b086", optional = true }
cosmic-mime-apps = { git = "https://github.com/pop-os/cosmic-mime-apps.git", optional = true }