aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-04-09 21:14:40 +0100
committerGuillaume Pasquet <dev@etenil.net>2022-04-09 21:14:40 +0100
commit2c0a9c413325ca512b481eaf1845ac4c6ec7ad59 (patch)
tree34d6f7a17c6268cc9973c9c7db6f003214d71b7e /Cargo.toml
parent9fb0f86fb5c17ee7a0fd14b3f824af39054761d9 (diff)
Add logger
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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]