napi-rs/Cargo.toml
2020-04-26 16:36:44 +08:00

8 lines
124 B
TOML

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