g3/g3proxy/utils/ctl/Cargo.toml
2024-05-13 10:34:13 +08:00

21 lines
647 B
TOML

[package]
name = "g3proxy-ctl"
version = "0.1.0"
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
thiserror.workspace = true
clap.workspace = true
tokio = { workspace = true, features = ["rt", "macros", "io-util", "fs"] }
tokio-util = { workspace = true, features = ["compat"] }
futures-util.workspace = true
capnp-rpc.workspace = true
capnp.workspace = true
serde_json.workspace = true
g3-types = { workspace = true, features = ["resolve"] }
g3-ctl.workspace = true
g3proxy-proto = { path = "../../proto" }