crosvm/vm_control/Cargo.toml
Daniel Verkamp a445ae1fbe Remove remaining byteorder crate references
Remove the last (unused) reference to byteorder in vm_control/Cargo.toml
and remove it from the list of external crates in README.md.

BUG=None
TEST=./build_test

Change-Id: Ie70c0bc2f96c19b34ef1596885245eca7bc202f4
Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1761156
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
2019-08-26 23:41:54 +00:00

17 lines
344 B
TOML

[package]
name = "vm_control"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[features]
sandboxed-libusb = []
[dependencies]
data_model = { path = "../data_model" }
kvm = { path = "../kvm" }
libc = "*"
msg_socket = { path = "../msg_socket" }
resources = { path = "../resources" }
sys_util = { path = "../sys_util" }