init
This commit is contained in:
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user