14 lines
198 B
TOML
14 lines
198 B
TOML
[workspace]
|
|
members = [
|
|
"Libraries/LibJS/Rust",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[profile.distribution]
|
|
inherits = "release"
|
|
incremental = false
|
|
codegen-units = 1
|
|
lto = true
|