mirror of
https://github.com/bytedance/g3.git
synced 2026-05-21 18:46:38 +00:00
18 lines
500 B
TOML
18 lines
500 B
TOML
[package]
|
|
name = "g3-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]
|
|
thiserror.workspace = true
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
clap_complete.workspace = true
|
|
capnp.workspace = true
|
|
capnp-rpc.workspace = true
|
|
hex.workspace = true
|
|
tokio = { workspace = true, features = ["net", "io-util"] }
|
|
tokio-util = { workspace = true, features = ["compat"] }
|