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