[package] name = "gpclient" version.workspace = true edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gpcommon = { path = "../gpcommon" } anyhow.workspace = true clap.workspace = true reqwest.workspace = true tokio.workspace = true url.workspace = true