From 398b9c1c296fc488594f3fb1c0fc5089c5aeeb11 Mon Sep 17 00:00:00 2001 From: Jonathan Flueren Date: Wed, 29 Jun 2022 15:45:02 +0200 Subject: [PATCH] Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d994160..0331399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] image = { version = "0.24.2", default-features = false, features = ["jpeg", "png", "pnm"] } rand = { version = "0.8.5", features = ["small_rng"] } -rayon = "1.5.3" \ No newline at end of file +rayon = "1.5.3"