Add dependency: libimagerror
This commit is contained in:
parent
f55f1e627e
commit
e63f17d51e
2 changed files with 5 additions and 0 deletions
|
@ -11,3 +11,7 @@ toml = "0.1.28"
|
|||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue