mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
more refactor
This commit is contained in:
22
gpauth/Cargo.toml
Normal file
22
gpauth/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "gpauth"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
gpcommon = { path = "../gpcommon" }
|
||||
anyhow.workspace = true
|
||||
clap.workspace = true
|
||||
directories.workspace = true
|
||||
fern.workspace = true
|
||||
humantime.workspace = true
|
||||
log.workspace = true
|
||||
regex.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde.workspace = true
|
||||
tokio.workspace = true
|
||||
webkit2gtk = "0.18.2"
|
||||
wry = "0.24"
|
||||
|
||||
[dev-dependencies]
|
||||
Reference in New Issue
Block a user