Add dependencies
This commit is contained in:
parent
d20220b57e
commit
6e74145739
2 changed files with 11 additions and 6 deletions
|
@ -4,3 +4,9 @@ version = "0.1.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
toml = "0.1.25"
|
||||||
|
log = "0.3.5"
|
||||||
|
|
||||||
|
[dependencies.libimagstore]
|
||||||
|
path = "../libimagstore"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#[cfg(test)]
|
#[macro_use] extern crate log;
|
||||||
mod test {
|
extern crate toml;
|
||||||
#[test]
|
|
||||||
fn it_works() {
|
extern crate libimagstore;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue