interface-types/Cargo.toml

16 lines
234 B
TOML
Raw Normal View History

2020-12-21 10:35:37 +00:00
[workspace]
members = [
2021-04-24 20:04:34 +00:00
"crates/it-lilo",
2020-12-29 09:32:17 +00:00
"crates/to-bytes",
2020-12-21 10:35:37 +00:00
"crates/it-types",
"wasmer-it",
]
2019-09-11 21:51:20 +00:00
2020-12-21 10:35:37 +00:00
[profile.release]
opt-level = 3
debug = false
lto = true
debug-assertions = false
overflow-checks = false
panic = "abort"