16 lines
267 B
TOML
16 lines
267 B
TOML
[workspace]
|
|
|
|
resolver = "2"
|
|
|
|
members = ["backend", "frontend", "common"]
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
strip = true
|
|
|
|
[profile.release.package.frontend]
|
|
codegen-units = 1
|
|
strip = true
|
|
# To reduce the 'wasm' file size.
|
|
opt-level = "z"
|