mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
10 lines
135 B
TOML
10 lines
135 B
TOML
[workspace]
|
|
members = [
|
|
"./build",
|
|
"./napi",
|
|
"./napi-derive",
|
|
"./napi-derive-example",
|
|
"./sys"
|
|
]
|
|
exclude = ["./test_module"]
|