Add extern crate regex

This commit is contained in:
Matthias Beyer 2015-10-28 17:26:46 +01:00
parent 6ec4a701d3
commit bdb0792040

View file

@ -1,6 +1,7 @@
#[macro_use] extern crate clap;
#[macro_use] extern crate log;
extern crate config;
extern crate regex;
use cli::CliConfig;
use configuration::Configuration;