2021-12-28 11:51:13 -08:00
|
|
|
[workspace]
|
2023-03-03 16:12:40 -08:00
|
|
|
members = ["evm", "field", "maybe_rayon", "plonky2", "starky", "util"]
|
2023-07-13 12:21:40 +08:00
|
|
|
resolver = "2"
|
2022-01-18 11:41:08 +11:00
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
opt-level = 3
|
2023-04-12 07:34:17 -07:00
|
|
|
incremental = true
|
2022-01-18 11:41:08 +11:00
|
|
|
#lto = "fat"
|
|
|
|
|
#codegen-units = 1
|
|
|
|
|
|
|
|
|
|
[profile.bench]
|
|
|
|
|
opt-level = 3
|
2023-02-02 18:12:22 -05:00
|
|
|
|
|
|
|
|
[patch.crates-io]
|
2023-07-21 11:55:59 -06:00
|
|
|
eth_trie_utils = { git = "https://github.com/mir-protocol/eth_trie_utils.git", rev = "e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5" }
|
2023-02-02 18:12:22 -05:00
|
|
|
plonky2_evm = { path = "evm" }
|
|
|
|
|
plonky2_field = { path = "field" }
|
|
|
|
|
plonky2_maybe_rayon = { path = "maybe_rayon" }
|
|
|
|
|
plonky2 = { path = "plonky2" }
|
|
|
|
|
starky = { path = "starky" }
|
|
|
|
|
plonky2_util = { path = "util" }
|