Add config file with support for custom commands and git repos, fix #1

This commit is contained in:
Dror Levin
2018-06-08 18:19:07 +03:00
committed by Roey Darwish Dror
parent 13812ec250
commit bf301f51cd
6 changed files with 153 additions and 13 deletions

View File

@@ -8,7 +8,11 @@ authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"]
exclude = ["doc/screenshot.gif"]
[dependencies]
which = "2.0.0"
termion = "1.5.1"
directories = "0.10.0"
failure = "0.1.1"
failure_derive = "0.1.1"
serde = "1.0.66"
serde_derive = "1.0.66"
termion = "1.5.1"
toml = "0.4.6"
which = "2.0.0"