1[package]
2name = "crosvm_cli"
3authors = ["The ChromiumOS Authors"]
4version = "0.1.0"
5edition = "2021"
6
7[features]
8
9[dependencies]
10anyhow = "1.0.32"
11cfg-if = "1.0.0"
12
13[target.'cfg(windows)'.dependencies]
14win_util = { path = "../win_util" }
15winapi = "0.3"
16