14 lines
257 B
TOML
14 lines
257 B
TOML
[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" }
|