mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-02 13:13:09 +00:00
12 lines
264 B
TOML
12 lines
264 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "common", "executor", "proof_statements", "risc0_proofs", "user"]
|
|
|
|
# Always optimize; building and running the guest takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|