027d6d35e7
Updates the requirements on [cfg-if](https://github.com/alexcrichton/cfg-if) to permit the latest version. - [Release notes](https://github.com/alexcrichton/cfg-if/releases) - [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.1...1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
16 lines
418 B
TOML
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 = "1.0"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
reqwest = { version = "0.10", features = ["native-tls", "blocking"] }
|