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

@ -10,6 +10,12 @@ serde = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
tokio = { workspace = true }
url = { workspace = true }
tonic = { workspace = true }
prost = { workspace = true }
[build-dependencies]
tonic-build = { workspace = true }
[dependencies.nix]
workspace = true