2020-02-18 22:09:17 +09:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2021-09-23 02:29:09 +09:00
|
|
|
"./crates/backend",
|
|
|
|
"./crates/build",
|
|
|
|
"./crates/macro",
|
|
|
|
"./crates/napi",
|
|
|
|
"./crates/sys",
|
|
|
|
"./examples/napi",
|
|
|
|
"./examples/napi-compat-mode",
|
2021-05-28 19:50:16 +09:00
|
|
|
"./bench",
|
|
|
|
"./memory-testing",
|
2020-02-18 22:09:17 +09:00
|
|
|
]
|
2021-06-22 00:09:13 +09:00
|
|
|
|
2021-11-19 15:58:21 +09:00
|
|
|
exclude = [
|
|
|
|
"./testing"
|
|
|
|
]
|
|
|
|
|
2021-06-22 00:09:13 +09:00
|
|
|
[profile.release]
|
|
|
|
lto = true
|