6 lines
97 B
Rust
6 lines
97 B
Rust
#[tokio::main]
|
|
async fn main() -> Result<(), std::io::Error> {
|
|
napi_build::setup();
|
|
Ok(())
|
|
}
|