refactor: make grpc service able to be added dynamically (#3160)

This commit is contained in:
LFC
2024-01-15 12:33:27 +08:00
committed by GitHub
parent ca4d690424
commit 93f28c2a37
16 changed files with 245 additions and 261 deletions

View File

@@ -6,7 +6,7 @@ license.workspace = true
[dependencies]
async-trait = "0.1"
clap = { version = "4.0", features = ["derive"] }
clap.workspace = true
client.workspace = true
common-base.workspace = true
common-error.workspace = true