You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
252 B

[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 = "*"