mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
krata: utilize gRPC for control service
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user