GlobalProtect-openconnect/gpservice/Cargo.toml
2023-05-23 14:30:20 +08:00

19 lines
395 B
TOML

[package]
name = "gpservice"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
common = { path = "../common" }
tokio = { version = "1", features = ["full"] }
env_logger = "0.10"
log = "0.4"
# warp = "0.3"
# aes-gcm = "0.10"
# procfs = "0.15"
[build-dependencies]
common = { path = "../common" }