mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
This IPC crate is used to send boot data across the different CrosVm processes on Windows. Test: built presubmit Bug: b:213154641 Change-Id: I9e8d220e64823fed7c6f887a06ce30795c2bdae5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3584244 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Richard Zhang <rizhang@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
16 lines
349 B
TOML
16 lines
349 B
TOML
[package]
|
|
name = "tube_transporter"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
data_model = { path = "../common/data_model" }
|
|
rand = "*"
|
|
thiserror = "1.0.20"
|
|
serde = { version = "1", features = [ "derive" ] }
|
|
serde_json = "*"
|
|
win_util = { path = "../win_util"}
|
|
winapi = "*"
|