1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00
bitwarden-desktop/desktop_native/build.rs
2022-04-05 16:54:44 +02:00

6 lines
65 B
Rust

extern crate napi_build;
fn main() {
napi_build::setup();
}