mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-18 10:41:15 +10:00
chore: libtailscale rust build
This commit is contained in:
5
src-tauri/tailscale/src/lib.rs
Normal file
5
src-tauri/tailscale/src/lib.rs
Normal file
@ -0,0 +1,5 @@
|
||||
#![allow(non_upper_case_globals)]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
pub mod bindings;
|
||||
Reference in New Issue
Block a user