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