mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-14 20:20:49 +00:00
16 lines
234 B
TOML
16 lines
234 B
TOML
[workspace]
|
|
members = [
|
|
"crates/test-module",
|
|
"crates/test-utils",
|
|
"stepper",
|
|
"stepper-lib",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
lto = true
|
|
debug-assertions = false
|
|
overflow-checks = false
|
|
panic = "abort"
|