mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
17 lines
380 B
TOML
17 lines
380 B
TOML
[package]
|
|
name = "gpclient"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
gpcommon = { path = "../gpcommon" }
|
|
gpauth = { path = "../gpauth" }
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
reqwest.workspace = true
|
|
tokio.workspace = true
|
|
url.workspace = true
|
|
libc = "0.2"
|