Add depenndency: regex
This commit is contained in:
parent
5fa189fb4e
commit
eb47f08479
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
semver = "0.2"
|
semver = "0.2"
|
||||||
url = "1.1"
|
url = "1.1"
|
||||||
|
regex = "0.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
extern crate semver;
|
extern crate semver;
|
||||||
extern crate url;
|
extern crate url;
|
||||||
|
extern crate regex;
|
||||||
|
|
||||||
#[macro_use] extern crate libimagstore;
|
#[macro_use] extern crate libimagstore;
|
||||||
#[macro_use] extern crate libimagerror;
|
#[macro_use] extern crate libimagerror;
|
||||||
|
|
Loading…
Reference in a new issue