aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2023-09-07 16:41:02 +0200
committerLia Lenckowski <lialenck@protonmail.com>2023-09-07 16:41:02 +0200
commitad8e831a5cbe5bb65d0567d4bdde95bd3ef3de75 (patch)
tree355c1ed5244495090b914e9136e977ae22956585 /Cargo.toml
parentc4b03717914e5c907f7f47dc2a85df6b57763c58 (diff)
downloadembeddings-sort-ad8e831a5cbe5bb65d0567d4bdde95bd3ef3de75.tar
embeddings-sort-ad8e831a5cbe5bb65d0567d4bdde95bd3ef3de75.tar.bz2
embeddings-sort-ad8e831a5cbe5bb65d0567d4bdde95bd3ef3de75.tar.zst
add progress bars/spinners
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"