• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "broker_ipc"
3authors = ["The ChromiumOS Authors"]
4version = "0.1.0"
5edition = "2021"
6
7[features]
8crash-report = ["crash_report", "broker_ipc_product/crash-report"]
9process-invariants = ["broker_ipc_product/process-invariants"]
10
11[dependencies]
12anyhow = "1"
13base = { path = "../base" }
14crash_report = { path = "../vendor/generic/crash_report", optional = true }
15serde = { version = "1", features = ["derive"] }
16metrics = { path = "../metrics" }
17broker_ipc_product = { path = "../vendor/generic/broker_ipc/" }
18