1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-30 13:05:28 +01:00
2022-05-05 17:20:34 +02:00

6 lines
65 B
Rust

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