cargo things

This commit is contained in:
Simon Gardling
2021-03-29 13:55:16 +00:00
parent 041d22418e
commit 611dd03acf
3 changed files with 8 additions and 33 deletions

View File

@@ -5,16 +5,19 @@ authors = ["mindv0rtex <mindv0rtex@users.noreply.github.com>", "Simon Gardling <
edition = "2018"
[dependencies]
chrono = "0.4.19"
image = "0.23.14"
indicatif = {version = "0.15.0", features = ["rayon"]}
itertools = "0.10"
rand = "0.8.3"
rand_distr = "0.4"
rayon = "1.5"
#rayon = "1.5"
rayon = {git = "https://github.com/rayon-rs/rayon.git"}
[dev-dependencies]
criterion = "0.3"
criterion = "0.3.4"
[patch.crates-io]
rayon = {git = "https://github.com/rayon-rs/rayon.git"} #for using git version of rayon
[[bench]]
name = "trig"