cloud-hypervisor/api_client/Cargo.toml
Rob Bradford eeae63b459 build: Bump thiserror version
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2025-01-06 17:39:45 +00:00

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 }