summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-11-07 12:18:50 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-11-07 12:18:50 +0100
commit0837f83b7d50dfcd1d17025c6f09cde810c1b5c7 (patch)
treea5fc5d3882ee0d51aa2948ca8eb1c58e6de88176 /Cargo.toml
parentd499b48860de79733b41ad61f9f3b4657a614554 (diff)
Added dependency "term" and support to styles (color, etc ...)
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 a7515fd..8611ae8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,3 +19,4 @@ name = "prettytable"
[dependencies]
unicode-width = "*"
+term = "*"