mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
16 lines
240 B
TOML
16 lines
240 B
TOML
[workspace]
|
|
members = [
|
|
"crates/it-lilo-utils",
|
|
"crates/to-bytes",
|
|
"crates/it-types",
|
|
"wasmer-it",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
lto = true
|
|
debug-assertions = false
|
|
overflow-checks = false
|
|
panic = "abort"
|