aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2020-03-28 21:01:43 +0000
committerAmir Saeid <amir@glgdgt.com>2020-03-28 21:01:43 +0000
commita29914be1c52ecd1cc59970aa31803dc1b401109 (patch)
treed3d96e8ea28b169b70d415a4cae1e3dc1957488c /Cargo.toml
parent6f5b53385935fb09e900cfe7c7ad24666c8fff76 (diff)
Add proper logging
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23cda2e..181a621 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,12 @@ license = "CC0-1.0"
chrono = "0.4.11"
spa = { git = "https://github.com/amir/spa-rs", branch = "pub-SolarPos" }
clap = "2.33.0"
+log = "0.4"
+
+[dependencies.env_logger]
+version = "0.7.1"
+default_features = false
+features = ["humantime"]
[dependencies.x11]
version = "2.18.2"