napi-rs/Cargo.toml
2021-05-29 23:24:25 +08:00

11 lines
162 B
TOML

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