project: add rayon dependency
This commit is contained in:
parent
ca21cf06c2
commit
923a8fe20c
|
@ -24,6 +24,7 @@ derive_more = "0.99.3"
|
|||
enum_dispatch = "0.2.1"
|
||||
image = "0.23.0"
|
||||
rand = "0.7"
|
||||
rayon = "1.3.0"
|
||||
serde_yaml = "0.8"
|
||||
structopt = "0.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue