From ff994f5f25bd10c7bca9a2d59992584d39e335dd Mon Sep 17 00:00:00 2001 From: Devon Sawatsky Date: Mon, 27 Sep 2021 22:23:06 -0700 Subject: add some parallelism --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit 1.4.1-3-g733a5