mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Remove unused dependencies from top-level Cargo.toml
With vhost_user_fs binary moved to its own crate the dependencies in the top level can be trimmed significantly. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
d6a05ceabb
commit
7548283feb
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -183,12 +183,9 @@ dependencies = [
|
||||
name = "cloud-hypervisor"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"clap",
|
||||
"credibility",
|
||||
"dirs",
|
||||
"epoll",
|
||||
"futures",
|
||||
"hypervisor",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
@@ -199,16 +196,8 @@ dependencies = [
|
||||
"ssh2",
|
||||
"tempdir",
|
||||
"tempfile",
|
||||
"vhost",
|
||||
"vhost_user_backend",
|
||||
"vhost_user_block",
|
||||
"vhost_user_fs",
|
||||
"vhost_user_net",
|
||||
"virtio-bindings",
|
||||
"virtio-devices",
|
||||
"vm-device",
|
||||
"vm-memory",
|
||||
"vm-virtio",
|
||||
"vmm",
|
||||
"vmm-sys-util",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user