feat(server): boot mechanism

This commit is contained in:
hdbg
2026-02-14 23:44:37 +01:00
parent 11f1caa6da
commit 45acb45a05
6 changed files with 81 additions and 15 deletions

View File

@@ -21,6 +21,7 @@ diesel-async = { version = "0.7.4", features = [
ed25519-dalek.workspace = true
arbiter-proto.path = "../arbiter-proto"
tracing.workspace = true
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tonic.workspace = true
tokio.workspace = true
rustls.workspace = true