napi-rs/Cargo.toml

10 lines
160 B
TOML
Raw Normal View History

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