Add rayon to genetic_algorithm_v1

This commit is contained in:
hal8174 2025-02-18 22:02:31 +01:00
parent 81edc8e67a
commit 3b8865c169
4 changed files with 72 additions and 57 deletions

View file

@ -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"