1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-27 19:49:42 +01:00

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