aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml21
1 files changed, 11 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6fa36c6..800529c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,18 +6,19 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-image = "0"
-xdg = "2"
+ahash = "0"
+anyhow = "1"
clap = { version = "4", features = ["derive"] }
-rayon = "1"
+image = "0"
indicatif = { version = "0", features = ["rayon"] }
-sled = "0"
-typed-sled = "0"
+mset = "0"
+partitions = "0"
+pathdiff = "0"
+rayon = "1"
+reflink-copy = "0"
serde = "1"
serde_json = "1"
sha2 = "0"
-anyhow = "1"
-pathdiff = "0"
-reflink-copy = "0"
-multiset = "0"
-partitions = "0"
+sled = "0"
+typed-sled = "0"
+xdg = "2"