cloud-hypervisor/vm-virtio/Cargo.toml

14 lines
285 B
TOML
Raw Normal View History

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