1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-05 23:53:29 +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();
}