6f6bb61df4
* Add PoL crate * promote cl crate to nomos-node repo * add github action for risc0 proof * fix actions scrupt * add metal feature * fix risc0 install * remove check test
12 lines
231 B
TOML
12 lines
231 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "prover", "risc0_proofs"]
|
|
|
|
# Always optimize; building and running the risc0_proofs takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|