crosvm/vhost/Cargo.toml
Daniel Verkamp 06875127b2 vhost: convert to ThisError and sort
BUG=b:197143586
TEST=cargo check

Change-Id: Ib3ecfa6e6c9fc88edcf592d511cacfd97b2dd195
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3105429
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
2021-10-06 21:38:31 +00:00

15 lines
336 B
TOML

[package]
name = "vhost"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
assertions = { path = "../assertions" }
libc = "*"
net_util = { path = "../net_util" }
base = { path = "../base" }
remain = "*"
thiserror = "*"
virtio_sys = { path = "../virtio_sys" }
vm_memory = { path = "../vm_memory" }