mirror of
https://github.com/bytedance/g3.git
synced 2026-05-04 22:51:02 +00:00
g3-ctl: add common ctl opts handle action
This commit is contained in:
parent
43123dc91e
commit
87b6a18330
11 changed files with 278 additions and 383 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue