init
This commit is contained in:
13
crates/vpnshare-core/Cargo.toml
Normal file
13
crates/vpnshare-core/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "vpnshare-core"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
vpnshare-proto = { path = "../vpnshare-proto" }
|
||||
Reference in New Issue
Block a user