crosvm/win_util/Cargo.toml
Daniel Verkamp 8a4b2c448b rustfmt, win_util: update to 2021 edition
These are the only two places still using edition = 2018.

BUG=None
TEST=tools/fmt --check

Change-Id: I32577672d768db51ded66831089f135ffa77ea41
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3680641
Reviewed-by: Anton Romanov <romanton@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-05-31 23:35:02 +00:00

17 lines
309 B
TOML

[package]
name = "win_util"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[dependencies]
anyhow = "*"
winapi = { version = "*", features = ["everything", "std", "impl-default"] }
libc = "*"
windows = "0.10.0"
lazy_static = "*"
[build-dependencies]
windows = "0.10.0"
[workspace]