aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"