mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-29 03:00:19 +00:00
eac74eb836
Adds the broker_ipc crate, which is used for communication & setup tasks shared between the broker (Windows orchestrator for crosvm & vhost-user devices) and all other crosvm processes. BUG=b:232318124 TEST=builds Change-Id: I17d529305dd348a50574e6c3c082808e97ffff45 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3648474 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Noah Gold <nkgold@google.com>
12 lines
251 B
TOML
12 lines
251 B
TOML
[package]
|
|
name = "broker_ipc"
|
|
authors = ["The Chromium OS Authors"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.32"
|
|
base = { path = "../base" }
|
|
serde = { version = "1", features = [ "derive" ] }
|
|
metrics = { path = "../metrics" }
|
|
|