From 2c0a9c413325ca512b481eaf1845ac4c6ec7ad59 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Sat, 9 Apr 2022 21:14:40 +0100 Subject: Add logger --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9d2e3ed..c10f631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,8 @@ colored_json = "2.1" dotenv = "0.15.0" regex = "1.5" jsonpath-rust = "0.1" +log = "0.4" +env_logger = "0.9" [features] -- cgit v1.2.3