krata: utilize gRPC for control service

This commit is contained in:
Alex Zenla
2024-03-06 12:05:01 +00:00
parent 31cf3044a4
commit 3628422168
24 changed files with 532 additions and 1159 deletions

View File

@ -17,6 +17,9 @@ tokio = { workspace = true }
tokio-stream = { workspace = true }
tokio-native-tls = { workspace = true }
url = { workspace = true }
tower = { workspace = true }
tonic = { workspace = true}
async-stream = { workspace = true }
[dependencies.krata]
path = "../shared"