build: add rayon dependency for parallel processing
- Add rayon 1.11 to Cargo.toml dependencies
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user