Add dependency: libimagentrylist
This commit is contained in:
parent
295374e1bd
commit
d22b7583ce
2 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,6 @@ path = "../libimagerror"
|
|||
[dependencies.libimagutil]
|
||||
path = "../libimagutil"
|
||||
|
||||
[dependencies.libimagentrylist]
|
||||
path = "../libimagentrylist"
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ extern crate walkdir;
|
|||
#[macro_use] extern crate libimagstore;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
#[macro_use] extern crate libimagutil;
|
||||
extern crate libimagentrylist;
|
||||
|
||||
module_entry_path_mod!("ref", "0.2.0");
|
||||
|
||||
|
|
Loading…
Reference in a new issue