17 lines
421 B
TOML
17 lines
421 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]
|
|
vpnshare-core = { path = "../../crates/vpnshare-core" }
|
|
vpnshare-proto = { path = "../../crates/vpnshare-proto" }
|
|
vpnshare-transport = { path = "../../crates/vpnshare-transport" }
|