Add extern crate regex
This commit is contained in:
parent
6ec4a701d3
commit
bdb0792040
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#[macro_use] extern crate clap;
|
#[macro_use] extern crate clap;
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
extern crate config;
|
extern crate config;
|
||||||
|
extern crate regex;
|
||||||
|
|
||||||
use cli::CliConfig;
|
use cli::CliConfig;
|
||||||
use configuration::Configuration;
|
use configuration::Configuration;
|
||||||
|
|
Loading…
Reference in a new issue