From f2f1e0dc11e07b613ce4b16061aa7edb3614daa0 Mon Sep 17 00:00:00 2001 From: Guillermo Roche Date: Mon, 2 Dec 2024 22:08:41 +0100 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b769fa1..8207d45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,6 @@ elasticsearch = "8.5.0-alpha.1" tokio = { version = "*", features = ["full"] } serde_json = "*" serde = "*" -chrono = "*" \ No newline at end of file +chrono = "*" +log = '0.4' +env_logger = '0.11'