mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 20:04:20 +00:00
16 lines
253 B
TOML
16 lines
253 B
TOML
|
[package]
|
||
|
name = "crosvm_cli"
|
||
|
authors = ["The Chromium OS 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 = "*"
|