Add dependency: prettytable = 0.6.*
This commit is contained in:
parent
d4fa5b7de3
commit
57f3894f76
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
clap = "2.1.1"
|
clap = "2.1.1"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.1.25"
|
toml = "0.1.25"
|
||||||
|
prettytable-rs = "0.6.*"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
extern crate clap;
|
extern crate clap;
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
|
extern crate prettytable;
|
||||||
|
|
||||||
extern crate libimagstore;
|
extern crate libimagstore;
|
||||||
extern crate libimagutil;
|
extern crate libimagutil;
|
||||||
|
|
Loading…
Reference in a new issue