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