napi-rs/build/Cargo.toml
LongYinan c4aaf2156e
chore(release): publish
- napi-build@0.2.1
2020-08-26 17:59:46 +08:00

16 lines
418 B
TOML

[package]
name = "napi-build"
version = "0.2.1"
authors = ["LongYinan <lynweklm@gmail.com>"]
edition = "2018"
description = "N-API build support"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
license = "MIT"
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
[dependencies]
cfg-if = "0.1"
[target.'cfg(windows)'.dependencies]
reqwest = { version = "0.10", features = ["native-tls", "blocking"] }