15 lines
412 B
TOML
15 lines
412 B
TOML
[package]
|
|
authors = ["LongYinan <lynweklm@gmail.com>"]
|
|
description = "N-API build support"
|
|
edition = "2021"
|
|
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
|
|
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
|
|
license = "MIT"
|
|
name = "napi-build"
|
|
readme = "README.md"
|
|
repository = "https://github.com/napi-rs/napi-rs"
|
|
rust-version = "1.57"
|
|
version = "2.0.0"
|
|
|
|
[package.metadata.workspaces]
|
|
independent = true
|