[package] name = "rpar" version = "0.1.0" edition = "2021" description = "Run terminal command multiple times in parallel" license = "MIT OR Apache-2.0" [dependencies] rayon = "1.10.0"