Files

6 lines
63 B
Rust
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
extern crate napi_build;
fn main() {
napi_build::setup();
}