GlobalProtect-openconnect/gpclient/Cargo.toml
2023-11-13 10:05:06 +08:00

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"