mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-03 23:54:04 +08:00
6 lines
65 B
Rust
6 lines
65 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|