Add dependencies: libimagstore
This commit is contained in:
parent
b388c6684e
commit
2f37404cf3
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,2 @@
|
||||||
#[cfg(test)]
|
extern crate libimagstore;
|
||||||
mod test {
|
|
||||||
#[test]
|
|
||||||
fn it_works() {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue