diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,6 @@ edition = "2021" image = "0" xdg = "2" clap = { version = "4", features = ["derive"] } -priority-queue = "1" rayon = "1" indicatif = { version = "0", features = ["rayon"] } sled = "0" @@ -21,3 +20,4 @@ anyhow = "1" pathdiff = "0" reflink-copy = "0" multiset = "0" +partitions = "0" |