Add missing dependency: is-match

Was introduced in

    4472449696

as replacement for the libimagutil is_match! macro.
This commit is contained in:
Matthias Beyer 2017-05-30 20:30:37 +02:00
parent 6625be34aa
commit fc5372d3f9
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ log = "0.3"
semver = "0.5"
url = "1.2"
regex = "0.1"
is-match = "0.1"
[dependencies.libimagstore]
path = "../libimagstore"

View File

@ -32,6 +32,7 @@
)]
#[macro_use] extern crate log;
#[macro_use] extern crate is_match;
extern crate semver;
extern crate url;
extern crate regex;