mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
07d1208dd5
Update to the latest vm-memory and all the crates that also depend upon it. Fix some deprecation warnings. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
23 lines
501 B
TOML
23 lines
501 B
TOML
[package]
|
|
name = "vhost_user_block"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
build = "../build.rs"
|
|
|
|
[dependencies]
|
|
argh = "0.1.9"
|
|
block = { path = "../block" }
|
|
env_logger = "0.10.0"
|
|
epoll = "4.3.3"
|
|
libc = "0.2.147"
|
|
log = "0.4.17"
|
|
option_parser = { path = "../option_parser" }
|
|
vhost = { version = "0.8.1", features = ["vhost-user-slave"] }
|
|
vhost-user-backend = "0.10.1"
|
|
virtio-bindings = "0.2.0"
|
|
virtio-queue = "0.9.0"
|
|
vm-memory = "0.12.2"
|
|
vmm-sys-util = "0.11.0"
|
|
|