xenstore: adopt thiserror

This commit is contained in:
Alex Zenla
2024-01-30 01:49:56 -08:00
parent cc0b2d97b5
commit 812e357bc9
4 changed files with 29 additions and 69 deletions

View File

@ -13,6 +13,7 @@ resolver = "2"
version = "0.0.1"
[workspace.dependencies]
thiserror = "1.0"
log = "0.4.20"
libc = "0.2"
nix = "0.27.1"