mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-21 11:25:00 +00:00
5 lines
65 B
Rust
5 lines
65 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|