17 lines
503 B
TOML
17 lines
503 B
TOML
[package]
|
|
name = "napi-build"
|
|
version = "0.1.0"
|
|
authors = ["LongYinan <lynweklm@gmail.com>"]
|
|
edition = "2018"
|
|
description = "N-API build support"
|
|
readme = "README.md"
|
|
repository = "https://github.com/Brooooooklyn/napi-rs"
|
|
license = "MIT"
|
|
keywords = ["NodeJS", "FFI"]
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cfg-if = "0.1"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
reqwest = { version = "0.10", features = ["native-tls", "blocking"] }
|