fix: add missing chrono "std" feature

This commit is contained in:
LIAUD Corentin
2025-05-11 14:45:50 +02:00
parent 728fb7da95
commit 2bc338fdf5

View File

@@ -13,7 +13,7 @@ version.workspace = true
base64 = { version = "0.22.1" }
bincode = { version = "1.3.3" }
byteorder = { version = "1.5.0" }
chrono = { version = "0.4.40", default-features = false }
chrono = { version = "0.4.40", default-features = false, features = ["std"] }
homedir = { version = "0.3.4" }
image = { version = "0.25.5", default-features = false }
log = { version = "0.4.26" }