mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
d3fade85a7
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.5.1. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.7...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
532 B
TOML
21 lines
532 B
TOML
[package]
|
|
name = "vhost_user_net"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
build = "../build.rs"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.1", features = ["wrap_help","cargo"] }
|
|
env_logger = "0.10.1"
|
|
epoll = "4.3.3"
|
|
libc = "0.2.153"
|
|
log = "0.4.20"
|
|
net_util = { path = "../net_util" }
|
|
option_parser = { path = "../option_parser" }
|
|
vhost = { version = "0.10.0", features = ["vhost-user-backend"] }
|
|
vhost-user-backend = "0.13.1"
|
|
virtio-bindings = "0.2.0"
|
|
vm-memory = "0.14.0"
|
|
vmm-sys-util = "0.12.1"
|