GlobalProtect-openconnect/gpcommon/Cargo.toml
2023-09-03 21:26:31 +08:00

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"