mirror of
https://example.com
synced 2024-11-22 07:36:38 +09:00
5 lines
65 B
Rust
5 lines
65 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|