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