- anyhow - argh - cfg-if - enumn - gdbstub - gdbstub_arch - rand - remain - serde - serde_json - thiserror This level of indirection makes it possible to centrally update the versions of these dependencies. Bug: b/418050464 Change-Id: I4223e83d33ea527ed3bab8028ad16160e3fa0364 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6551986 Auto-Submit: Cody Schuffelen <schuffelen@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Cody Schuffelen <schuffelen@google.com>
15 lines
279 B
TOML
15 lines
279 B
TOML
[package]
|
|
name = "crosvm_cli"
|
|
authors = ["The ChromiumOS Authors"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
cfg-if = { workspace = true }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
win_util = { path = "../win_util" }
|
|
winapi = "0.3"
|