hookshot/build.rs
2021-11-21 12:34:56 +00:00

5 lines
62 B
Rust

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