napi-rs/build
dependabot-preview[bot] 027d6d35e7
build(deps): update cfg-if requirement from 0.1 to 1.0
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>
2020-10-07 05:54:00 +00:00
..
src refactor: build on Windows without admin privilege. 2020-09-19 12:28:02 -04:00
Cargo.toml build(deps): update cfg-if requirement from 0.1 to 1.0 2020-10-07 05:54:00 +00:00
README.md refactor(napi): async and lifetime span 2020-05-09 14:13:25 +08:00

napi-build

Build support for napi-rs

Setup N-API build in your build.rs:

extern crate napi_build;

fn main() {
    napi_build::setup();
}