Added some basic logging. Fixes #1.

This commit is contained in:
2018-10-03 09:32:55 +02:00
parent e5b0caad36
commit ea9f8f4a72
3 changed files with 75 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
chrono = "0.4"
handlebars = { version = "1.0", features = ["no_dir_source"], default-features = false}
humantime = "1.1"
log = "0.4"
stderrlog = "0.4"
serde = "1.0"
serde_derive = "1.0"
structopt = "0.2"