From 07b7936c0294b9c9966a597a8accc1c241063cde Mon Sep 17 00:00:00 2001 From: mario Date: Tue, 3 May 2016 18:03:34 +0200 Subject: [PATCH] added dependency task-hookrs --- libimagtodo/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index f5394127..e1621658 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" authors = ["mario "] [dependencies] +task-hookrs = { git = "https://github.com/matthiasbeyer/task-hookrs.git" }