summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichal Nazarewicz <mina86@mina86.com>2018-09-21 15:56:09 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2018-09-23 10:19:19 +0200
commit79b960e17e75339d2093a78bc7f8af89a05a2018 (patch)
tree6a1d2ce4fc98cd41a4758ff0b8deadabf3b198a5 /Cargo.toml
parent6aa626f1c4c2819c37ad1103f038aa8ae7c7a047 (diff)
Use ansi_colours package for better true-colour approximation
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 be7ea253..84c53c87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ exclude = [
[dependencies]
atty = "0.2.2"
ansi_term = "0.11"
+ansi_colours = "^1.0"
console = "0.6"
directories = "1.0"
lazy_static = "1.0"