Add dependency: ansi_term = 0.7
This commit is contained in:
parent
11021906b3
commit
344296487d
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ log = "0.3"
|
|||
xdg-basedir = "0.2.2"
|
||||
itertools = "0.4"
|
||||
tempfile = "2.1.1"
|
||||
ansi_term = "0.7"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#[macro_use] extern crate itertools;
|
||||
#[cfg(unix)] extern crate xdg_basedir;
|
||||
extern crate tempfile;
|
||||
extern crate ansi_term;
|
||||
|
||||
extern crate clap;
|
||||
extern crate toml;
|
||||
|
|
Loading…
Reference in a new issue