1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 20:53:22 +00:00

[BEEEP] Add native rust module (#1379)

This commit is contained in:
Oscar Hinton
2022-04-05 16:54:44 +02:00
committed by GitHub
parent 14b9decf21
commit 78986023e7
37 changed files with 1806 additions and 336 deletions

5
desktop_native/build.rs Normal file
View File

@@ -0,0 +1,5 @@
extern crate napi_build;
fn main() {
napi_build::setup();
}