9 lines
160 B
TOML
9 lines
160 B
TOML
[workspace]
|
|
exclude = ["./test_module", "./bench", "./testing"]
|
|
members = [
|
|
"./build",
|
|
"./napi",
|
|
"./napi-derive",
|
|
"./napi-derive-example",
|
|
"./sys",
|
|
]
|