cloud-hypervisor/api_client/Cargo.toml
SamrutGadde 5d0d56f50b 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>
2024-05-23 20:54:36 +00:00

10 lines
169 B
TOML

[package]
authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
name = "api_client"
version = "0.1.0"
[dependencies]
thiserror = "1.0.61"
vmm-sys-util = "0.12.1"