mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
15 lines
335 B
TOML
15 lines
335 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" }
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
reqwest.workspace = true
|
|
tokio.workspace = true
|
|
url.workspace = true
|