Add dependency: prettytable = 0.6.*

This commit is contained in:
Matthias Beyer 2016-08-02 16:27:53 +02:00
parent d4fa5b7de3
commit 57f3894f76
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
clap = "2.1.1"
log = "0.3"
toml = "0.1.25"
prettytable-rs = "0.6.*"
[dependencies.libimagstore]
path = "../libimagstore"

View File

@ -17,6 +17,7 @@
extern crate clap;
#[macro_use] extern crate log;
extern crate toml;
extern crate prettytable;
extern crate libimagstore;
extern crate libimagutil;