From 57a177e2f946390559a1f17787c5a15d23ac3393 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 10 Sep 2020 12:39:07 +0200 Subject: Show progress bar in fill output This patch uses the progressing crate to display a progress bar for the fill command if the output is printed to a TTY. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8ffa07d..a24cc81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,9 @@ version = "0.1" [dependencies.nitrokey] version = "0.7.1" +[dependencies.progressing] +version = "3.0.2" + [dependencies.serde] version = "1.0" features = ["derive"] -- cgit v1.2.1