feat(tailscale): Add wrapper around libtailscale with Tailscale struct

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-05-15 15:22:58 +10:00
parent 790e8c2afe
commit 95d223e2b2
5 changed files with 373 additions and 104 deletions

5
src-tauri/Cargo.lock generated
View File

@ -2825,9 +2825,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.169"
version = "0.2.172"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
[[package]]
name = "libloading"
@ -5290,6 +5290,7 @@ version = "0.1.0"
dependencies = [
"abs-file-macro",
"bindgen",
"libc",
]
[[package]]