cloud-hypervisor/api_client/Cargo.toml

10 lines
169 B
TOML
Raw Normal View History

[package]
authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
name = "api_client"
version = "0.1.0"
[dependencies]
thiserror = "1.0.61"
vmm-sys-util = "0.12.1"