From e085dcda752f7a5007e35c2baecbf094d888faa0 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 ad85e4a..e7f9908 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