Improve build time with Rayon

This commit is contained in:
Henrik Tjäder 2023-02-05 02:07:20 +01:00
parent 50e1d2d129
commit afba4c7b14
2 changed files with 10 additions and 8 deletions

View file

@ -10,3 +10,4 @@ os_pipe = "1.1.2"
clap = { version = "4", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.17"
rayon = "1.6.1"