[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] gpcommon = { path = "../gpcommon" } tokio = { version = "1", features = ["full"] } env_logger = "0.10" log = "0.4" # warp = "0.3" # aes-gcm = "0.10" # procfs = "0.15" [build-dependencies] gpcommon = { path = "../gpcommon" }