Add rayon to genetic_algorithm_v1
This commit is contained in:
parent
81edc8e67a
commit
3b8865c169
4 changed files with 72 additions and 57 deletions
|
|
@ -14,3 +14,4 @@ clap = { version = "4.4.8", features = ["derive"] }
|
|||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
serde_yaml = "0.9.34"
|
||||
tracing = "0.1.41"
|
||||
rayon = "1.10.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue