aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-16 02:32:03 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-16 02:32:03 +0200
commite5b8a79f7ba4bc3fddff77863d2332cfc53c1754 (patch)
tree8062101083379b5d53086d319df9a09154853df6 /mumctl/Cargo.toml
parent6a6ee0c9db9de7f7632050ad4984a3f92d8a96e9 (diff)
downloadmum-e5b8a79f7ba4bc3fddff77863d2332cfc53c1754.tar.gz
add pretty error messages
Diffstat (limited to 'mumctl/Cargo.toml')
-rw-r--r--mumctl/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml
index 1f2f727..c955afa 100644
--- a/mumctl/Cargo.toml
+++ b/mumctl/Cargo.toml
@@ -12,6 +12,7 @@ edition = "2018"
mumlib = { path = "../mumlib" }
clap = { version = "2.33", features = ["yaml"] }
+colored = "2.0"
log = "0.4"
ipc-channel = "0.14"