aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2019-12-07 16:20:27 +0100
committerDaniel Schadt <kingdread@gmx.de>2019-12-07 16:20:27 +0100
commiteb79920efd704fdf1863785b6740a2eb060aad0c (patch)
tree4a7c84f9ce96ede2beff09940b9a3e3d6b8c22cb /Cargo.toml
parent9bd3c2da26b48d1ae2fc84b39bc5ef6844bd4e45 (diff)
downloadkondou-eb79920efd704fdf1863785b6740a2eb060aad0c.tar.gz
kondou-eb79920efd704fdf1863785b6740a2eb060aad0c.tar.bz2
kondou-eb79920efd704fdf1863785b6740a2eb060aad0c.zip
basic color support
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 679b398..5799fa6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,3 +19,4 @@ quick-error = "1.2.0"
itertools = "0.8.0"
md5 = "0.7"
base64 = "0.11"
+termcolor = "1.0"