summaryrefslogtreecommitdiffstats
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 4fb2476..49a349c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,9 +10,9 @@ repository = "https://github.com/sharkdp/diskus"
version = "0.3.1"
[dependencies]
-ignore = "0.4.3"
num_cpus = "1.0"
humansize = "1.1"
+rayon = "1.0"
[dependencies.clap]
version = "2"
@@ -20,4 +20,4 @@ features = ["suggestions", "color", "wrap_help"]
[profile.release]
lto = true
-codegen-units = 1
+aodegen-units = 1