GlobalProtect-openconnect/gpclient/Cargo.toml
2023-09-03 21:26:31 +08:00

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