mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-04-28 05:33:07 +00:00
16 lines
334 B
TOML
16 lines
334 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "host", "methods"]
|
|
|
|
# Always optimize; building and running the guest takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|
|
|
|
[patch.crates-io.crypto-bigint]
|
|
git = "https://github.com/risc0/RustCrypto-crypto-bigint"
|
|
tag = "v0.5.5-risczero.0"
|