From fbea3bcaf758c141ff780728af601b90474dbd2d Mon Sep 17 00:00:00 2001 From: mario Date: Thu, 30 Jun 2016 15:12:06 +0200 Subject: [PATCH] changed task-hookrs dependency to github.com/mario-kr/task-hookrs git for additional features --- imag-todo/Cargo.toml | 13 ++++++++----- libimagtodo/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index beac07e5..089c9918 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -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" - diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index 25e6386e..b6582ac4 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -5,7 +5,7 @@ authors = ["mario "] [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"