hookshot/build.rs

5 lines
62 B
Rust
Raw Normal View History

2021-11-21 12:34:56 +00:00
extern crate napi_build;
fn main() {
napi_build::setup();
}