plonky2/Cargo.toml
Daniel Lubarov c0ac79e2e1
Beginning of STARK implementation (#413)
* Beginning of STARK implementation

* PR feedback

* minor

* Suppress warnings for now
2022-01-26 00:09:29 -08:00

11 lines
196 B
TOML

[workspace]
members = ["field", "insertion", "plonky2", "starky", "system_zero", "util", "waksman"]
[profile.release]
opt-level = 3
#lto = "fat"
#codegen-units = 1
[profile.bench]
opt-level = 3