mirror of
https://github.com/napi-rs/napi-rs.git
synced 2026-02-01 16:41:24 +00:00
10 lines
146 B
TOML
10 lines
146 B
TOML
[workspace]
|
|
members = [
|
|
"./build",
|
|
"./napi",
|
|
"./napi-derive",
|
|
"./napi-derive-example",
|
|
"./sys"
|
|
]
|
|
exclude = ["./test_module", "./bench"]
|