summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2015-11-09 19:29:24 +0100
committerPierre-Henri Symoneaux <phsym@users.noreply.github.com>2015-11-09 19:29:24 +0100
commit6add8e7b8adfb4f685224c56dae443ea522c3526 (patch)
tree1e1a2cad830318eec0772e258e8668fb0b274bd5 /Cargo.toml
parentd499b48860de79733b41ad61f9f3b4657a614554 (diff)
parent6016d66bc09e32c4174297e8ebb106841f8c89ba (diff)
Merge pull request #3 from phsym/term_style
Fix #2 : Added style management (colors, etc ...)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7515fd..6baf54d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.3.0"
+version = "0.4.0"
description = "A small rust library that print aligned and formatted tables"
repository = "https://github.com/phsym/prettytable-rs"
documentation = "http://phsym.github.io/prettytable-rs"
@@ -19,3 +19,4 @@ name = "prettytable"
[dependencies]
unicode-width = "*"
+term = "*"