cloud-hypervisor/vm-virtio/Cargo.toml
Rob Bradford d90fa96bb7 build: Bulk update vm-memory and related dependencies
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2024-09-26 12:31:25 +00:00

18 lines
296 B
TOML

[package]
authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
name = "vm-virtio"
version = "0.1.0"
[features]
default = []
[dependencies]
log = "0.4.22"
virtio-queue = "0.13.0"
vm-memory = { version = "0.15.0", features = [
"backend-atomic",
"backend-bitmap",
"backend-mmap",
] }