mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-29 19:13:10 +00:00
add other features back
This commit is contained in:
parent
aaba931e4d
commit
aa0f0f6e75
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user