napi-rs/test_module/build.rs
2020-02-18 21:09:17 +08:00

7 lines
77 B
Rust

extern crate napi_build;
fn main() {
use napi_build::setup;
setup();
}