summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-11-30 19:04:59 +0100
committerMatthias Beyer <mail@beyermatthias.de>2015-12-02 12:23:58 +0100
commit2246ae42e83bbfaed2ec860730fb6283b5d9cf93 (patch)
treeafd9daa1632eb1f192c778a2aff2540d865b75d0 /Cargo.toml
parent5003b2521538cc7914f7be7ec6c6aa4bf39734f2 (diff)
Add dep: prettytable
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index de5ca8fe..1caf46e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,4 +25,5 @@ clap = { version = "1.4.5", features = ["yaml"] }
rustty = "0.1.9"
term = "0.2.12"
term_grid = "0.1.2"
+prettytable-rs = "0.4.0"