Add dependencies
This commit is contained in:
parent
d408aed844
commit
38c492c362
2 changed files with 8 additions and 3 deletions
|
@ -4,3 +4,9 @@ version = "0.1.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
regex = "0.1.47"
|
||||||
|
toml = "0.1.25"
|
||||||
|
|
||||||
|
[dependencies.libimagstore]
|
||||||
|
path = "../libimagstore"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
#[test]
|
extern crate regex;
|
||||||
fn it_works() {
|
extern crate toml;
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue