Add dependency: ansi_term = 0.7

This commit is contained in:
Matthias Beyer 2016-05-15 17:37:56 +02:00
parent 11021906b3
commit 344296487d
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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;