Implement some traits for rayon support.
This commit is contained in:
@@ -4,11 +4,18 @@ version = "0.1.0"
|
||||
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
rayon = "0.9"
|
||||
serde = "1.0"
|
||||
unreachable = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { git = "https://github.com/japaric/criterion.rs.git" }
|
||||
rand = "0.4"
|
||||
serde_test = "1.0"
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
harness = false
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user