mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
33 lines
593 B
TOML
33 lines
593 B
TOML
[workspace]
|
|
|
|
members = ["gpcommon", "gpclient", "gpservice", "gpgui/src-tauri"]
|
|
|
|
[workspace.package]
|
|
version = "0.1.0"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0"
|
|
async-trait = "0.1"
|
|
bytes = "1.0"
|
|
clap = "4.4.2"
|
|
configparser = "3.0"
|
|
data-encoding = "2.3"
|
|
is_executable = "1.0"
|
|
lexopt = "0.3.0"
|
|
log = "0.4"
|
|
regex = "1"
|
|
reqwest = "0.11"
|
|
ring = "0.16"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
shlex = "1.0"
|
|
tempfile = "3.8"
|
|
thiserror = "1.0"
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
tokio-util = "0.7"
|
|
url = "2.4"
|