mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 00:24:21 +01:00
6 lines
65 B
Rust
6 lines
65 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|