Add new dependency: is-match

This commit is contained in:
Matthias Beyer 2017-07-20 12:26:04 +02:00
parent 76e316ba90
commit a98da2c01c
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ chrono = "0.4"
toml = "0.4"
toml-query = "0.3"
lazy_static = "0.2"
is-match = "0.1"
[dependencies.libimagerror]
path = "../libimagerror"

View file

@ -23,6 +23,8 @@ extern crate toml;
extern crate toml_query;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate is_match;
#[macro_use]
extern crate libimagerror;