mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
8a4b2c448b
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>
17 lines
309 B
TOML
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]
|