๐Ÿ“ฆ toeverything / file-type

๐Ÿ“„ build.rs ยท 6 lines
1
2
3
4
5
6extern crate napi_build;

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