crosvm/broker_ipc/Cargo.toml
Vikram Auradkar e493edd79e crash-report: Build with feature crash-report
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>
2022-09-28 14:45:00 +00:00

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" }