wip: parallelization
This commit is contained in:
@@ -5,11 +5,12 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
image = "0.25.10"
|
||||
image = {version = "0.25.10", features = ["png"]}
|
||||
is_close = "0.1.3"
|
||||
log = "0.4.29"
|
||||
ops = "0.6.0"
|
||||
pretty_env_logger = "0.5.0"
|
||||
rand = "0.10.1"
|
||||
rayon = "1.12.0"
|
||||
serde = {version = "1.0.228", features = ["derive"]}
|
||||
serde_json = "1.0.149"
|
||||
|
||||
Reference in New Issue
Block a user