diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-16 02:32:03 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-16 02:32:03 +0200 |
| commit | e5b8a79f7ba4bc3fddff77863d2332cfc53c1754 (patch) | |
| tree | 8062101083379b5d53086d319df9a09154853df6 /mumctl/Cargo.toml | |
| parent | 6a6ee0c9db9de7f7632050ad4984a3f92d8a96e9 (diff) | |
| download | mum-e5b8a79f7ba4bc3fddff77863d2332cfc53c1754.tar.gz | |
add pretty error messages
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 1 |
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" |
