mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
- Previously refered to specific `crates.io` versions. - Motivation for this is to allow external projects to be able use specific revisions of this repo. Without this, a `[patch]` section is almost always required in the external project in order to force the internal plonky2 sub-crates to the same version, an approach which comes with its own issues.
13 lines
213 B
TOML
13 lines
213 B
TOML
[workspace]
|
|
members = ["evm", "field", "maybe_rayon", "plonky2", "starky", "util"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
incremental = true
|
|
#lto = "fat"
|
|
#codegen-units = 1
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|