2020-02-18 22:09:17 +09:00
|
|
|
[workspace]
|
2022-08-14 09:03:31 +09:00
|
|
|
resolver = "2"
|
2020-02-18 22:09:17 +09:00
|
|
|
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",
|
2022-03-26 18:01:12 +09:00
|
|
|
"./examples/binary",
|
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
|
|
|
|
2022-02-10 20:00:38 +09:00
|
|
|
exclude = ["./testing"]
|
2021-11-19 15:58:21 +09:00
|
|
|
|
2021-06-22 00:09:13 +09:00
|
|
|
[profile.release]
|
|
|
|
lto = true
|