napi-rs/test_module/build.rs
2020-09-30 15:31:17 +08:00

5 lines
63 B
Rust

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