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