Add dependency: ansi_term = 0.7
This commit is contained in:
parent
11021906b3
commit
5dd0fa900c
2 changed files with 2 additions and 0 deletions
|
@ -7,4 +7,5 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|||
lazy_static = "0.1.15"
|
||||
log = "0.3"
|
||||
regex = "0.1"
|
||||
ansi_term = "0.7"
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#[macro_use] extern crate lazy_static;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate regex;
|
||||
extern crate ansi_term;
|
||||
|
||||
pub mod ismatch;
|
||||
pub mod key_value_split;
|
||||
|
|
Loading…
Reference in a new issue