napi-rs/memory-testing/build.rs
2021-05-29 23:24:25 +08:00

5 lines
63 B
Rust

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