From c72ddba9e2d4a01ba5bec94fd28ca0ea67541529 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Fri, 7 Apr 2023 21:01:21 +0200 Subject: [PATCH] add chrono as it will be needed for epoch time --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bec833..0b1bff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,5 @@ tokio = "1.27.0" serde = "1.0.159" serde_json = "1.0.95" reqwest = "0.11.16" -url = "2.3.1" \ No newline at end of file +url = "2.3.1" +chrono = "0.4.24"