Add dependencies

This commit is contained in:
Matthias Beyer 2016-03-26 14:10:37 +01:00
parent a8476c4229
commit 8b1c36a86e
2 changed files with 11 additions and 6 deletions

View file

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

View file

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