mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
6 lines
65 B
Rust
6 lines
65 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|