xenevtchn: convert to using thiserror

This commit is contained in:
Alex Zenla
2024-01-30 02:05:37 -08:00
parent eba623d61a
commit a1081ea79c
5 changed files with 27 additions and 52 deletions

View File

@ -5,6 +5,7 @@ edition = "2021"
resolver = "2"
[dependencies]
thiserror = { workspace = true }
log = { workspace = true }
[dependencies.nix]