mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
refactor: update the dependencies
This commit is contained in:
32
Cargo.toml
32
Cargo.toml
@@ -1,12 +1,32 @@
|
||||
[workspace]
|
||||
|
||||
members = [
|
||||
"gpcommon",
|
||||
"gpclient",
|
||||
"gpservice",
|
||||
"gpgui/src-tauri"
|
||||
]
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user