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

This commit is contained in:
Alex Zenla
2024-12-14 18:16:10 -05:00
committed by GitHub
parent f9d4508149
commit 3adf9b5e88
24 changed files with 2152 additions and 1098 deletions

8
Cargo.lock generated
View File

@ -107,6 +107,12 @@ dependencies = [
"windows-targets",
]
[[package]]
name = "bit-vec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
[[package]]
name = "bitflags"
version = "2.6.0"
@ -267,6 +273,8 @@ dependencies = [
name = "krata-xenclient"
version = "0.0.23"
dependencies = [
"async-trait",
"bit-vec",
"env_logger",
"indexmap",
"krata-xencall",