Cargo.toml

This commit is contained in:
Jonathan Flueren 2022-06-29 15:45:02 +02:00
parent 2ba85de59f
commit 398b9c1c29

View file

@ -8,4 +8,4 @@ edition = "2021"
[dependencies] [dependencies]
image = { version = "0.24.2", default-features = false, features = ["jpeg", "png", "pnm"] } image = { version = "0.24.2", default-features = false, features = ["jpeg", "png", "pnm"] }
rand = { version = "0.8.5", features = ["small_rng"] } rand = { version = "0.8.5", features = ["small_rng"] }
rayon = "1.5.3" rayon = "1.5.3"