mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
f190cb05b5
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.66 to 0.2.67. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.66...0.2.67) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
26 lines
501 B
TOML
26 lines
501 B
TOML
[package]
|
|
name = "vhost_rs"
|
|
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 = []
|
|
vhost-kern = ["vm-memory"]
|
|
vhost-user-master = []
|
|
vhost-user-slave = []
|
|
|
|
[dependencies]
|
|
bitflags = "1.1.0"
|
|
libc = "0.2.67"
|
|
vmm-sys-util = ">=0.3.1"
|
|
|
|
[dependencies.vm-memory]
|
|
git = "https://github.com/rust-vmm/vm-memory"
|
|
optional = true
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.1.0"
|