crosvm/win_util/Cargo.toml
Dennis Kempin 9fbf4987f0 Refactoring: Move win_(sys_)util
This executes the script in https://crrev.com/c/3537257

BUG=b:223206469
TEST=presubmit

Change-Id: I51176d02081a7130270cf1b2ebe7c58ef9056db3
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3537258
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-03-22 22:23:41 +00:00

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]