changed task-hookrs dependency to github.com/mario-kr/task-hookrs git for additional features

This commit is contained in:
mario 2016-06-30 15:12:06 +02:00
parent 64b07ec355
commit fbea3bcaf7
2 changed files with 9 additions and 6 deletions

View file

@ -8,16 +8,19 @@ clap = "2.4.3"
glob = "0.2.11"
log = "0.3.6"
semver = "0.2.3"
serde_json = "0.7.3"
task-hookrs = { git = "https://github.com/mario-kr/task-hookrs.git" }
toml = "0.1.28"
version = "2.0.1"
task-hookrs = "0.1.0"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagrt]
path = "../libimagrt"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagtodo]
path = "../libimagtodo"
[dependencies.libimagutil]
path = "../libimagutil"

View file

@ -5,7 +5,7 @@ authors = ["mario <mario-krehl@gmx.de>"]
[dependencies]
semver = "0.2"
task-hookrs = "0.1.0"
task-hookrs = { git = "https://github.com/mario-kr/task-hookrs.git" }
uuid = "0.2.0"
toml = "0.1.28"