mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
d90fa96bb7
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
18 lines
296 B
TOML
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",
|
|
] }
|