napi-rs/build/Cargo.toml

12 lines
340 B
TOML
Raw Normal View History

2020-02-18 21:09:17 +08:00
[package]
authors = ["LongYinan <lynweklm@gmail.com>"]
2020-03-16 14:26:30 +08:00
description = "N-API build support"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
license = "MIT"
name = "napi-build"
2020-03-16 14:26:30 +08:00
readme = "README.md"
2020-07-15 01:23:23 +08:00
repository = "https://github.com/napi-rs/napi-rs"
2021-06-01 01:33:31 +08:00
version = "1.1.0"