Implement proper logging

The `log` and `env_logger` crates are used for logging.
This commit is contained in:
finga 2021-03-03 16:14:54 +01:00
parent c8505b27c5
commit 82ccbf0a7e
3 changed files with 59 additions and 17 deletions

View file

@ -13,3 +13,5 @@ serde_yaml = "0.8"
regex = "1.4"
dirs = "3.0"
anyhow = "1.0"
log = "0.4"
env_logger = "0.8"