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:
Rob Bradford
2020-07-03 15:26:53 +01:00
committed by Samuel Ortiz
parent d6a05ceabb
commit 7548283feb
2 changed files with 1 additions and 24 deletions

11
Cargo.lock generated
View File

@@ -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",
]