napi-rs/Cargo.toml
2020-09-30 15:31:17 +08:00

9 lines
146 B
TOML

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