1
Fork 0
mirror of https://github.com/RGBCube/watt synced 2025-07-30 09:27:45 +00:00

debug: use jiff instead of chrono

This commit is contained in:
RGBCube 2025-05-18 17:19:29 +03:00
parent f88f92fbda
commit bbe0d9dfd3
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 16 additions and 231 deletions

View file

@ -13,8 +13,8 @@ dirs = "6.0"
clap = { version = "4.0", features = ["derive"] }
num_cpus = "1.16"
ctrlc = "3.4"
chrono = "0.4"
log = "0.4"
env_logger = "0.11"
thiserror = "2.0"
anyhow = "1.0"
jiff = "0.2.13"