mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
28 lines
630 B
TOML
28 lines
630 B
TOML
[package]
|
|
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
|
|
bytes.workspace = true
|
|
configparser.workspace = true
|
|
data-encoding.workspace = true
|
|
is_executable.workspace = true
|
|
lexopt.workspace = true
|
|
log.workspace = true
|
|
ring.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
shlex.workspace = true
|
|
tempfile.workspace = true
|
|
thiserror.workspace = true
|
|
tokio-util.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|