We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796677d commit 37b0a24Copy full SHA for 37b0a24
Cargo.toml
@@ -9,8 +9,8 @@ license = "Apache-2.0"
9
epoll = ">=4.0.1"
10
libc = ">=0.2.39"
11
log = ">=0.4.6"
12
+vhost_rs = { git = "https://github.com/rust-vmm/vhost", package = "vhost", features = ["vhost-user-slave"] }
13
virtio-bindings = "0.1.0"
14
vm-memory = {version = ">=0.2.0", features = ["backend-mmap", "backend-atomic"]}
15
vm-virtio = { git = "https://github.com/rust-vmm/vm-virtio" }
16
vmm-sys-util = ">=0.3.1"
-vhost_rs = { git = "https://github.com/rust-vmm/vhost", package = "vhost", features = ["vhost-user-slave"] }
0 commit comments