Clarify active Windows client architecture
This commit is contained in:
19
apps/windows-client/src-tauri/Cargo.toml
Normal file
19
apps/windows-client/src-tauri/Cargo.toml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user