Clarify active Windows client architecture

This commit is contained in:
2026-07-07 21:19:41 +03:00
parent a0f41baa36
commit 59f2264a2e
55 changed files with 19554 additions and 8 deletions

View File

@@ -0,0 +1,19 @@
[package]
name = "vpn-proxy-windows-client"
version = "0.1.0"
description = "Standalone Windows desktop proxy management app for VPN Proxy."
authors = ["VPN Proxy"]
edition = "2021"
[lib]
name = "vpn_proxy_windows_client_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"