Add dep: libimagref
This commit is contained in:
parent
5b8239e45e
commit
d4be497d41
2 changed files with 4 additions and 0 deletions
|
@ -16,3 +16,6 @@ path = "../libimagstore"
|
|||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
[dependencies.libimagref]
|
||||
path = "../libimagref"
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ extern crate filters;
|
|||
|
||||
#[macro_use] extern crate libimagerror;
|
||||
extern crate libimagstore;
|
||||
extern crate libimagref;
|
||||
|
||||
pub mod error;
|
||||
pub mod hasher;
|
||||
|
|
Loading…
Reference in a new issue