hookshot/build.rs
Will Hunt 933dd498af Lint
2021-11-22 11:15:47 +00:00

6 lines
65 B
Rust

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