14 lines
192 B
TOML
14 lines
192 B
TOML
[workspace]
|
|
members = [
|
|
"./build",
|
|
"./napi",
|
|
"./napi-derive",
|
|
"./napi-derive-example",
|
|
"./sys",
|
|
"./test_module",
|
|
"./bench",
|
|
"./memory-testing",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|