rs-diff/build.rs

6 lines
63 B
Rust
Raw Normal View History

2020-08-14 08:11:58 +00:00
extern crate napi_build;
fn main() {
napi_build::setup();
}