plonky2/maybe_rayon/Cargo.toml
Brandon H. Gomes fc3f63398d
wip: start moving starky to no-std
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
2022-11-03 12:17:03 -07:00

11 lines
162 B
TOML

[package]
name = "maybe_rayon"
version = "0.1.0"
edition = "2021"
[features]
parallel = ["rayon"]
[dependencies]
rayon = { version = "1.5.3", optional = true }