api_client: Use thiserror for errors

Added thiserror crate for Error enums to the api_client package

Signed-off-by: SamrutGadde <samrut.gadde@gmail.com>
This commit is contained in:
SamrutGadde
2024-05-01 18:36:54 -05:00
committed by Bo Chen
parent 30b6e412af
commit 5d0d56f50b
3 changed files with 14 additions and 26 deletions

View File

@@ -5,4 +5,5 @@ name = "api_client"
version = "0.1.0"
[dependencies]
thiserror = "1.0.61"
vmm-sys-util = "0.12.1"