1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00
Files
browser/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();
}