Add dep: libimagref

This commit is contained in:
Matthias Beyer 2016-09-21 18:15:19 +02:00
parent 5b8239e45e
commit d4be497d41
2 changed files with 4 additions and 0 deletions

View file

@ -16,3 +16,6 @@ path = "../libimagstore"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagref]
path = "../libimagref"

View file

@ -6,6 +6,7 @@ extern crate filters;
#[macro_use] extern crate libimagerror;
extern crate libimagstore;
extern crate libimagref;
pub mod error;
pub mod hasher;