try to keep old daemon running if new start failed (#267)

This commit is contained in:
Zhang Jingqiang 2024-07-16 18:06:40 +08:00 committed by GitHub
parent 5bffc814d2
commit 51ff7ec2bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 1252 additions and 290 deletions

View file

@ -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"] }