From 309a69964c4e3c95826df782695b3b9c55a30cd4 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 8 May 2023 23:22:50 +0000 Subject: [PATCH] Update file Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c671773..5a1bd60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,4 @@ reqwest = { version = "0.11", features = ["json"] } serde_json = "1.0" tokio = { version = "1", features = ["full"] } +chrono = "0.4" \ No newline at end of file