Add dependency: libimagerror

This commit is contained in:
Matthias Beyer 2016-07-10 16:24:15 +02:00
parent f55f1e627e
commit e63f17d51e
2 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,7 @@ toml = "0.1.28"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagerror]
path = "../libimagerror"

View File

@ -3,6 +3,7 @@ extern crate uuid;
extern crate toml;
#[macro_use] extern crate libimagstore;
#[macro_use] extern crate libimagerror;
extern crate task_hookrs;
module_entry_path_mod!("todo", "0.1.0");