napi-rs/Cargo.toml
2020-10-11 21:36:14 +08:00

9 lines
147 B
TOML

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