Use a config file instead.

This commit is contained in:
2018-10-02 09:37:05 +02:00
parent 52fc4b30d9
commit 8006a798b6
4 changed files with 307 additions and 63 deletions

View File

@@ -5,7 +5,10 @@ authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
[dependencies]
chrono = "0.4"
handlebars = { version = "1.0", features = ["no_dir_source"], default-features = false}
humantime = "1.1"
serde = "1.0"
serde_derive = "1.0"
structopt = "0.2"
subprocess = "0.1"
toml = "0.4"