mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
89c687919b
Since this is a windows specific crate, we will skip building and testing the crate on unix. The files are pulled from downstream repo at Commit-Id: 53e8dfa6ec26de3f2ea2b637a5bfef96703214f3 Downstream-Change-Id: I5dd9e70566330b469fe245fc71451fb4dcd7e1ba The cl should not affect unix binaries. Bug: b:213149154 Test: cargo test on windows Change-Id: I1be598c119891a6c45b4f397463bcb0a8d89b65c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3515653 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Vikram Auradkar <auradkar@google.com>
17 lines
309 B
TOML
17 lines
309 B
TOML
[package]
|
|
name = "win_util"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "*"
|
|
winapi = { version = "*", features = ["everything", "std", "impl-default"] }
|
|
libc = "*"
|
|
windows = "0.10.0"
|
|
lazy_static = "*"
|
|
|
|
[build-dependencies]
|
|
windows = "0.10.0"
|
|
|
|
[workspace]
|