summaryrefslogtreecommitdiffstats
path: root/libimagentrylist
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-02 16:27:53 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-02 16:27:53 +0200
commit57f3894f7616c7e5bc356ea76481a8e771e96e7e (patch)
treeedc0d86b9f24ed736555c8676da2eb69cc7bb72f /libimagentrylist
parentd4fa5b7de31224003dce0f3ed0443ff9a08aabb4 (diff)
Add dependency: prettytable = 0.6.*
Diffstat (limited to 'libimagentrylist')
-rw-r--r--libimagentrylist/Cargo.toml1
-rw-r--r--libimagentrylist/src/lib.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml
index 97c099c9..b99f113b 100644
--- a/libimagentrylist/Cargo.toml
+++ b/libimagentrylist/Cargo.toml
@@ -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"
diff --git a/libimagentrylist/src/lib.rs b/libimagentrylist/src/lib.rs
index 14bf910c..8c6b8869 100644
--- a/libimagentrylist/src/lib.rs
+++ b/libimagentrylist/src/lib.rs
@@ -17,6 +17,7 @@
extern crate clap;
#[macro_use] extern crate log;
extern crate toml;
+extern crate prettytable;
extern crate libimagstore;
extern crate libimagutil;