summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-06-25 23:11:54 -0400
committerDan Davison <dandavison7@gmail.com>2019-06-26 09:59:01 -0400
commit0cabaa4b4a3d55857fa3cda445ad066b8dac5d1c (patch)
treefb3a1000785a494cc1445b8293294494bf3e5e63 /Cargo.toml
parentf076e143e4befe7271187ae52652a0079f1733d3 (diff)
Revert "Only output color if stdout is a tty"
This reverts commit e0e2d5fb1ea52294afb0d7ed4ab59752b13b3c41. Pipe to ansifilter if this is needed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c4b4503..3d1a82d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,5 @@ authors = ["Dan Davison <dandavison7@gmail.com>"]
edition = "2018"
[dependencies]
-atty = "0.2.2"
parsepatch = "0.2.0"
syntect = "3.2"