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