mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
18 lines
309 B
TOML
18 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]
|