I am not certain why some crates are missing - it might be by accident or on purpose, so feel free to reject. This makes sure no crate is missed by accident, and also removed the non-existent `wasm-assert-instr-tests` crate. P.S. Also, added some crate-level lints, but perhaps these should be added to all crates in the workspace?
16 lines
193 B
TOML
16 lines
193 B
TOML
[workspace]
|
|
resolver = "1"
|
|
members = [
|
|
"crates/*",
|
|
"examples"
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
opt-level = 3
|
|
incremental = true
|
|
|
|
[profile.bench]
|
|
debug = 1
|
|
opt-level = 3
|
|
incremental = true
|