Add logging (fix #8)

This commit is contained in:
Roey Darwish Dror
2018-06-17 14:17:36 +03:00
parent 0e2fe028e6
commit b3c8044ad3
6 changed files with 187 additions and 22 deletions

View File

@@ -18,3 +18,5 @@ toml = "0.4.6"
which = "2.0.0"
shellexpand = "1.0.0"
clap = "2.31.2"
log = "0.4.2"
env_logger = "0.5.10"