build: add rayon dependency for parallel processing

- Add rayon 1.11 to Cargo.toml dependencies
This commit is contained in:
NikitolProject
2026-02-26 22:57:39 +03:00
parent 8bc28d8121
commit 0d8ab49a4d
2 changed files with 53 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ sha2 = "0.10"
flate2 = "1.1"
clap = { version = "4.5", features = ["derive"] }
rand = "0.9"
rayon = "1.11"
anyhow = "1.0"
[dev-dependencies]