12 lines
264 B
TOML
Raw Normal View History

2024-07-16 16:45:30 +02:00
[workspace]
resolver = "2"
2024-08-01 16:57:20 +04:00
members = [ "common", "executor", "proof_statements", "risc0_proofs", "user"]
2024-07-16 16:45:30 +02:00
# Always optimize; building and running the guest takes much longer without optimization.
[profile.dev]
opt-level = 3
[profile.release]
debug = 1
2024-08-17 20:45:56 +04:00
lto = true