napi-rs/crates/build/Cargo.toml

16 lines
412 B
TOML
Raw Normal View History

2020-02-18 22:09:17 +09:00
[package]
authors = ["LongYinan <lynweklm@gmail.com>"]
2020-03-16 15:26:30 +09:00
description = "N-API build support"
2021-12-08 13:52:33 +09:00
edition = "2021"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
license = "MIT"
name = "napi-build"
2020-03-16 15:26:30 +09:00
readme = "README.md"
2020-07-15 02:23:23 +09:00
repository = "https://github.com/napi-rs/napi-rs"
2023-10-17 21:18:29 +09:00
rust-version = "1.65"
version = "2.1.2"
2021-11-01 00:35:39 +09:00
[package.metadata.workspaces]
independent = true