napi-rs/Cargo.toml
2020-02-18 21:09:17 +08:00

6 lines
78 B
TOML

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