5 lines
No EOL
68 B
Rust
5 lines
No EOL
68 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
} |