mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
15 lines
192 B
TOML
15 lines
192 B
TOML
[workspace]
|
|
members = [
|
|
"./build",
|
|
"./napi",
|
|
"./napi-derive",
|
|
"./napi-derive-example",
|
|
"./sys",
|
|
"./test_module",
|
|
"./bench",
|
|
"./memory-testing",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|