1 | [package] |
---|---|
2 | authors = ["LongYinan <lynweklm@gmail.com>"] |
3 | description = "N-API build support" |
4 | edition = "2021" |
5 | include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] |
6 | keywords = ["NodeJS", "FFI", "NAPI", "n-api"] |
7 | license = "MIT" |
8 | name = "napi-build" |
9 | readme = "README.md" |
10 | repository = "https://github.com/napi-rs/napi-rs" |
11 | rust-version = "1.65" |
12 | version = "2.1.2" |
13 | |
14 | [package.metadata.workspaces] |
15 | independent = true |
16 |