1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-05 10:03:43 +00:00
Files
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();
}