napi-rs/Cargo.toml

9 lines
135 B
TOML

[workspace]
members = [
"./build",
"./napi",
"./napi-derive",
"./napi-derive-example",
"./sys"
]
exclude = ["./test_module"]