summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-05 22:59:14 +0300
committerYuval Adam <_@yuv.al>2018-07-05 22:59:14 +0300
commitd0f7dff9a51fa33612b71d03a3736dd107e9a747 (patch)
tree1aed466168f9e35b64c3a36de4a654bd9d701ea5 /Cargo.toml
parent518508751bf842f06837a4607fdba5b6493d2476 (diff)
Oops we need colored
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 c7698f7..62fcd62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,6 @@ version = "0.1.0"
authors = ["Yuval Adam <_@yuv.al>"]
[dependencies]
+colored = "1.6"
clap = "2.32"
termios = "0.3.0"