napi-rs/Cargo.toml

10 lines
160 B
TOML
Raw Normal View History

2020-02-18 21:09:17 +08:00
[workspace]
2020-12-16 00:04:11 +08:00
exclude = ["./test_module", "./bench", "./testing"]
2020-02-18 21:09:17 +08:00
members = [
"./build",
2020-04-21 00:20:35 +08:00
"./napi",
"./napi-derive",
"./napi-derive-example",
2020-10-11 21:36:14 +08:00
"./sys",
2020-02-18 21:09:17 +08:00
]