diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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" |