mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-09 14:25:21 +00:00
eeae63b459
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
10 lines
180 B
TOML
10 lines
180 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "api_client"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
thiserror = "2.0.6"
|
|
vmm-sys-util = { workspace = true }
|