From f8563b5839460a3e16b909b64af546d4ffbae640 Mon Sep 17 00:00:00 2001 From: pibiba Date: Fri, 22 Nov 2024 13:33:15 +0700 Subject: [PATCH] Add chrono to dependencies list --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 664d45c..25d575b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ cached = "0.42.0" rand = "0.8.5" globset = "0.4" time = { version = "0.3", features = ["local-offset", "formatting"]} +chrono = "0.4.38" [dev-dependencies] criterion = { version = "0.4", features = ["html_reports"] }