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:
@@ -3,18 +3,19 @@ name = "gpcommon"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
base64.workspace = true
|
||||
bytes.workspace = true
|
||||
configparser.workspace = true
|
||||
data-encoding.workspace = true
|
||||
is_executable.workspace = true
|
||||
lexopt.workspace = true
|
||||
log.workspace = true
|
||||
reqwest.workspace = true
|
||||
ring.workspace = true
|
||||
roxmltree.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde.workspace = true
|
||||
shlex.workspace = true
|
||||
@@ -23,5 +24,8 @@ thiserror.workspace = true
|
||||
tokio-util.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
mockito.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user