chore(xen): rewrite event channel code

This commit is contained in:
Alex Zenla
2024-08-13 14:59:43 -07:00
parent ffc9dcc0ea
commit 621ae536f6
10 changed files with 203 additions and 137 deletions

View File

@ -9,6 +9,7 @@ edition = "2021"
resolver = "2"
[dependencies]
byteorder = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }