aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-10 12:39:07 +0200
committerDaniel Mueller <deso@posteo.net>2021-01-10 21:05:44 -0800
commite085dcda752f7a5007e35c2baecbf094d888faa0 (patch)
tree45a1000cd8f69d6f02dae64bc1f17d48b4a84176 /Cargo.toml
parent763219bc4331331351b4180d4775432e9e11f8b2 (diff)
downloadnitrocli-e085dcda752f7a5007e35c2baecbf094d888faa0.tar.gz
nitrocli-e085dcda752f7a5007e35c2baecbf094d888faa0.tar.bz2
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"]