mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
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>
14 lines
313 B
TOML
14 lines
313 B
TOML
[package]
|
|
name = "crash_report"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
anyhow = "1.0.32"
|
|
serde = "*"
|
|
win_util = { path = "../win_util"}
|
|
|