Files
net-bridge/Cargo.toml
Meghdad Fadaee 4ffbc3bffe
Some checks failed
CI / Rust (push) Successful in 20s
CI / Android (push) Failing after 8m35s
init
2026-05-31 15:36:07 +03:30

17 lines
335 B
TOML

[workspace]
members = [
"crates/vpnshare-core",
"crates/vpnshare-proto",
"crates/vpnshare-transport",
"crates/vpnshare-ffi",
"clients/desktop",
]
resolver = "2"
[workspace.package]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/vpnshare/vpn-share"
rust-version = "1.80"
version = "0.1.0"