bitwarden-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();
}