summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-05-12 12:56:48 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-05-12 12:56:48 +0200
commit99ea5b924a0a449b604a9a9da0381f71b3b1e727 (patch)
treeb439e609e1ab95424b8e698e4303e04807132465 /Cargo.toml
parentd671ce91bd74a7f31c5d36d217fd61668da3d66b (diff)
Revert "Add automatic pager setup"
The automatic pager setup resulted in more confusion in using the CLI than in benefit. Hence, remove this feature again. This reverts commit b5a3f02a05311d5f5a4eb35b8d2513cb6a543560. Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7694f16..bf51180 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,6 @@ indoc = "1"
itertools = "0.10"
lazy_static = "1.4"
log = "0.4"
-pager = "0.16"
parse-display = "0.4"
pom = "3"
ptree = "0.3"