mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 07:33:12 +00:00
20 lines
354 B
TOML
20 lines
354 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cl",
|
|
"ledger",
|
|
"ledger_proof_statements",
|
|
"ledger_risc0_proof",
|
|
"bundle_risc0_proof",
|
|
"risc0_proofs",
|
|
"risc0_images",
|
|
]
|
|
|
|
# Always optimize; building and running the risc0_proofs takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|