1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-27 19:49:42 +01:00
2022-05-05 17:20:34 +02:00

6 lines
65 B
Rust

extern crate napi_build;
fn main() {
napi_build::setup();
}