summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2016-02-15 09:53:40 +0100
committerPierre-Henri Symoneaux <phsym@users.noreply.github.com>2016-02-15 09:53:40 +0100
commit9bb1b4add459ce08526792c1a9fd7c37a0553043 (patch)
tree892cda3e593e601c85b16934b37999388c2ef5c7 /Cargo.toml
parentaad9884f9e8b34cf49d2bde042a978dff36bcb92 (diff)
parent2e97afa91ea1d790f00aa832f4471a4fb1bd53cc (diff)
Merge pull request #23 from phsym/detect_tty
Detect if stdout is a tty, and don't colorize table if it's not
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 0230746..d0a1325 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,3 +22,4 @@ name = "prettytable"
unicode-width = "^0.1"
term = "^0.4"
lazy_static = "^0.1"
+atty = "^0.1"