Files
net-bridge/clients/desktop/Cargo.toml
Meghdad Fadaee 266cae92ce
Some checks failed
CI / Rust (push) Successful in 25s
CI / Android (push) Failing after 2s
implement real gateway path.
2026-05-31 20:10:11 +03:30

18 lines
442 B
TOML

[package]
name = "vpnshare-desktop"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[[bin]]
name = "vpnshare-desktop"
path = "src/main.rs"
[dependencies]
tun2socks = "0.1.10"
vpnshare-core = { path = "../../crates/vpnshare-core" }
vpnshare-proto = { path = "../../crates/vpnshare-proto" }
vpnshare-transport = { path = "../../crates/vpnshare-transport" }