g3-ctl: add common ctl opts handle action

This commit is contained in:
Zhang Jingqiang 2024-05-13 10:29:41 +08:00
parent 43123dc91e
commit 87b6a18330
11 changed files with 278 additions and 383 deletions

View file

@ -10,8 +10,7 @@ edition.workspace = true
anyhow.workspace = true
thiserror.workspace = true
clap.workspace = true
clap_complete.workspace = true
tokio = { workspace = true, features = ["rt", "net", "macros", "io-util", "fs"] }
tokio = { workspace = true, features = ["rt", "macros", "io-util", "fs"] }
tokio-util = { workspace = true, features = ["compat"] }
futures-util.workspace = true
capnp-rpc.workspace = true