From a29914be1c52ecd1cc59970aa31803dc1b401109 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sat, 28 Mar 2020 21:01:43 +0000 Subject: Add proper logging --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3