8 lines
124 B
TOML
8 lines
124 B
TOML
[workspace]
|
|
members = [
|
|
"./build",
|
|
"./napi",
|
|
"./napi-derive",
|
|
"./napi-derive-example"
|
|
]
|
|
exclude = ["./test_module"]
|