vhost/Cargo.toml
Liu Jiang bcbbaaabb3 Add traits to support vhost backend devices
These interfaces are derived from the firecracker and crosvm projects.
They may be extended when enable support of vhost-user protocol.

Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
2020-09-04 17:59:53 +03:00

14 lines
315 B
TOML

[package]
name = "vhost"
version = "0.1.0"
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
repository = "https://github.com/rust-vmm/vhost"
license = "Apache-2.0 or BSD-3-Clause"
[features]
default = []
vhost-vsock = []
[dependencies]
vmm-sys-util = ">=0.3.1"
vm-memory = { version = "0.2.0", optional = true }