crosvm/crosvm_cli/Cargo.toml

16 lines
252 B
TOML
Raw Normal View History

[package]
name = "crosvm_cli"
authors = ["The ChromiumOS Authors"]
version = "0.1.0"
edition = "2021"
[features]
[dependencies]
anyhow = "1.0.32"
cfg-if = "1.0.0"
[target.'cfg(windows)'.dependencies]
win_util = { path = "../win_util" }
winapi = "*"