libimagentrylink: Add dependency: libimagutil
This commit is contained in:
parent
f0b665e5f2
commit
0e03998499
2 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,6 @@ path = "../libimagstore"
|
|||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
[dependencies.libimagutil]
|
||||
path = "../libimagutil"
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ extern crate crypto;
|
|||
|
||||
#[macro_use] extern crate libimagstore;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
#[macro_use] extern crate libimagutil;
|
||||
|
||||
module_entry_path_mod!("links", "0.1.0");
|
||||
|
||||
|
|
Loading…
Reference in a new issue