Add dep: libimagentryview
This commit is contained in:
parent
f50c54b6a4
commit
ccb686cea4
2 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,6 @@ path = "../libimagrt"
|
|||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
[dependencies.libimagentryview]
|
||||
path = "../libimagentryview"
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ extern crate toml;
|
|||
|
||||
extern crate libimagrt;
|
||||
extern crate libimagstore;
|
||||
extern crate libimagentryview;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
|
||||
use std::result::Result as RResult;
|
||||
|
|
Loading…
Reference in a new issue