Add dependencies: libimagstore

This commit is contained in:
Matthias Beyer 2016-04-18 19:53:08 +02:00
parent b388c6684e
commit 2f37404cf3
2 changed files with 6 additions and 6 deletions

View file

@ -4,3 +4,7 @@ version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"] authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies] [dependencies]
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -1,6 +1,2 @@
#[cfg(test)] extern crate libimagstore;
mod test {
#[test]
fn it_works() {
}
}