add other features back

This commit is contained in:
Sladuca 2022-09-06 15:10:55 -04:00
parent aaba931e4d
commit aa0f0f6e75

View File

@ -9,7 +9,7 @@ default = ["parallel"]
parallel = ["maybe_rayon/parallel"]
[dependencies]
plonky2 = { path = "../plonky2", default-features = false }
plonky2 = { path = "../plonky2", default-features = false, features = ["rand", "timing", "rand_chacha"] }
plonky2_util = { path = "../util" }
anyhow = "1.0.40"
env_logger = "0.9.0"