daemon: rework to not use protobuf inside the crate

This commit is contained in:
Alex Zenla
2024-03-30 09:29:03 +00:00
parent 660b555be7
commit 71dcaa7b77
14 changed files with 43 additions and 96 deletions

View File

@ -13,8 +13,8 @@ elf = { workspace = true }
flate2 = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "0.0.2" }
krata-xenstore = { path = "../xenstore", version = "0.0.2" }
krata-xencall = { path = "../xencall", version = "0.0.3" }
krata-xenstore = { path = "../xenstore", version = "0.0.3" }
memchr = { workspace = true }
slice-copy = { workspace = true }
thiserror = { workspace = true }