summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ddfd432..6ea9c05 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ strip = true # Strip symbols from binary*
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
+env_logger = "0.7"
serde = { version = "1.0", features = ["derive"] }
clap = { version = "3", features = ["derive"] }
oauth2 = { version = "4" }