xref: /cloud-hypervisor/api_client/Cargo.toml (revision 5d0d56f50ba2b69a6d00379d446792e063da9a4f)
1[package]
2authors = ["The Cloud Hypervisor Authors"]
3edition = "2021"
4name = "api_client"
5version = "0.1.0"
6
7[dependencies]
8thiserror = "1.0.61"
9vmm-sys-util = "0.12.1"
10