1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-31 08:10:29 +01:00
bitwarden-desktop/desktop_native/build.rs

6 lines
65 B
Rust
Raw Permalink Normal View History

2022-04-05 16:54:44 +02:00
extern crate napi_build;
fn main() {
napi_build::setup();
}