about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f389eed..a116a39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,11 @@ edition = "2021"
 
 [dependencies]
 image = "0.23.14"
+rayon = "*"
 
 [dependencies.kmeans_colors]
 version = "0.3"
-default-features = false
\ No newline at end of file
+default-features = false
+
+[profile.release]
+debug = true
\ No newline at end of file