xencall: convert to using thiserror

This commit is contained in:
Alex Zenla
2024-01-30 18:09:26 -08:00
parent 2eb287bf07
commit d3740bcf7b
8 changed files with 62 additions and 107 deletions

View File

@ -8,6 +8,7 @@ resolver = "2"
path = "src/lib.rs"
[dependencies]
thiserror = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
uuid = { workspace = true }