mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
33c985e00b
* Move desktop_native into subcrate * Add publish = false to crates
6 lines
65 B
Rust
6 lines
65 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|