1[package] 2name = "broker_ipc" 3authors = ["The ChromiumOS Authors"] 4version = "0.1.0" 5edition = "2021" 6 7[features] 8crash-report = [] 9 10[dependencies] 11anyhow = "1.0.32" 12base = { path = "../base" } 13crash_report = { path = "../crash_report" } 14serde = { version = "1", features = [ "derive" ] } 15metrics = { path = "../metrics" } 16 17