mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 12:09:31 +00:00
15 lines
313 B
TOML
15 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"}
|
||
|
|