mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
4f2c414435
Move win_util to windows cfg. Bug: N/A Test: Cargo build Change-Id: Ibcbb6c20e435f7d7c2132abc10412742263dc394 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3933112 Reviewed-by: Dennis Kempin <denniskempin@google.com> Reviewed-by: Vikram Auradkar <auradkar@google.com> Commit-Queue: Elie Kheirallah <khei@google.com>
16 lines
351 B
TOML
16 lines
351 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 = "*"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
win_util = { path = "../win_util"}
|
|
|