changed task-hookrs dependency to github.com/mario-kr/task-hookrs git for additional features
This commit is contained in:
parent
64b07ec355
commit
fbea3bcaf7
2 changed files with 9 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue