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>
14 lines
315 B
TOML
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 }
|