mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
14 lines
228 B
TOML
14 lines
228 B
TOML
[package]
|
|
name = "openconnect"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
links = "openconnect"
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
log.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc = "1"
|