1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00
bitwarden-browser/apps/desktop/desktop_native/build.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
65 B
Rust
Raw Normal View History

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