Switch to jiff from time

This commit is contained in:
Joscha 2024-12-04 20:56:39 +01:00
parent 2ecc482533
commit f471b9ce00
19 changed files with 194 additions and 253 deletions

View file

@ -14,6 +14,7 @@ cookie = "0.18.1"
crossterm = "0.27.0"
directories = "5.0.1"
edit = "0.1.5"
jiff = "0.1.15"
linkify = "0.10.0"
log = { version = "0.4.21", features = ["std"] }
once_cell = "1.19.0"
@ -29,18 +30,12 @@ syn = "2.0.65"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["full"] }
toml = "0.8.13"
tz-rs = "0.6.14"
unicode-width = "0.1.12"
[workspace.dependencies.euphoxide]
git = "https://github.com/Garmelon/euphoxide.git"
tag = "v0.5.1"
features = ["bot"]
[workspace.dependencies.time]
version = "0.3.36"
features = ["macros", "formatting", "parsing", "serde"]
[workspace.dependencies.toss]
git = "https://github.com/Garmelon/toss.git"
tag = "v0.2.3"