mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-04 05:29:48 +00:00
5 lines
63 B
Rust
5 lines
63 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|