feat(xen): update xenclient and xenplatform to the latest structure

This commit is contained in:
Alex Zenla
2024-12-14 18:15:29 -05:00
parent f9d4508149
commit 31533c0cde
24 changed files with 2152 additions and 1098 deletions

View File

@ -9,6 +9,8 @@ edition = "2021"
resolver = "2"
[dependencies]
async-trait = { workspace = true }
bit-vec = { workspace = true }
indexmap = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "^0.0.23" }