napi-rs/crates/build/Cargo.toml

16 lines
412 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"
2021-12-08 12:52:33 +08:00
edition = "2021"
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"
rust-version = "1.57"
version = "2.0.1"
2021-10-31 23:35:39 +08:00
[package.metadata.workspaces]
independent = true