blob: cb351f84d57608f2e8804ea73d80df4ba3ab9e5d [file] [log] [blame]
[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 = "*"