mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 17:23:08 +00:00
Add patch section to workspace config file
This commit is contained in:
parent
e857c020bf
commit
f1a99e69b2
@ -8,3 +8,12 @@ opt-level = 3
|
||||
|
||||
[profile.bench]
|
||||
opt-level = 3
|
||||
|
||||
|
||||
[patch.crates-io]
|
||||
plonky2_evm = { path = "evm" }
|
||||
plonky2_field = { path = "field" }
|
||||
plonky2_maybe_rayon = { path = "maybe_rayon" }
|
||||
plonky2 = { path = "plonky2" }
|
||||
starky = { path = "starky" }
|
||||
plonky2_util = { path = "util" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user