xref: /cloud-hypervisor/api_client/Cargo.toml (revision 2fe7f54ece2a8f0461ed29aaeab41614f1f2da75)
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