From ad8e831a5cbe5bb65d0567d4bdde95bd3ef3de75 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Thu, 7 Sep 2023 16:41:02 +0200 Subject: add progress bars/spinners --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7ae9c2f..7335a70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ edition = "2021" [dependencies] image = "0" xdg = "2" -clap = {version = "4", features = ["derive"]} +clap = { version = "4", features = ["derive"] } priority-queue = "1" rayon = "1" -indicatif = "0" +indicatif = { version = "0", features = ["rayon"] } sled = "0" typed-sled = "0" serde = "1" -- cgit v1.2.3-70-g09d2