mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 15:31:21 +00:00
try to keep old daemon running if new start failed (#267)
This commit is contained in:
parent
5bffc814d2
commit
51ff7ec2bf
54 changed files with 1252 additions and 290 deletions
|
|
@ -11,9 +11,7 @@ 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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue