minify-html/nodejs/native/build.rs

6 lines
65 B
Rust
Raw Normal View History

2019-12-30 02:16:33 -05:00
extern crate neon_build;
fn main() {
neon_build::setup();
}