mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
e493edd79e
BUG: b:244618109 TEST: Presubmit and built with the feature on windows and linux. Change-Id: Idf9ae87243eb0a7c7b9a6ff525406f1430b49c20 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3916339 Commit-Queue: Vikram Auradkar <auradkar@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com>
16 lines
325 B
TOML
16 lines
325 B
TOML
[package]
|
|
name = "broker_ipc"
|
|
authors = ["The Chromium OS Authors"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
crash-report = []
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.32"
|
|
base = { path = "../base" }
|
|
crash_report = { path = "../crash_report" }
|
|
serde = { version = "1", features = [ "derive" ] }
|
|
metrics = { path = "../metrics" }
|
|
|