summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-04-30 16:29:27 +0200
committerGitHub <noreply@github.com>2019-04-30 16:29:27 +0200
commit632b7e43de2df4f90da0fe14d85fae8aac13b151 (patch)
tree538a3390d613b8175c1fdf8c566305fdf409452e /Cargo.toml
parent77f8ed46dc3511e354e42c23976097c87c707024 (diff)
parent17a57a38aec2a8e8d9649b788be54ca0e85098cd (diff)
Merge pull request #11 from matthiasbeyer/pretty-errors
Make error output pretty
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 474a983..a6db2ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ log = "0.4"
flexi_logger = "0.11"
prettytable-rs = "0.8"
filters = "0.3"
+boolinator = "2"
[dependencies.clap]
version = ">=2.33"