mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
1acc0a28d9
BUG=b:246987526 TEST=presubmit Change-Id: I86eed7c84f7e21eb7155695489ee9446f999dc1d Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3936733 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Vikram Auradkar <auradkar@google.com>
17 lines
288 B
TOML
17 lines
288 B
TOML
[package]
|
|
name = "integration_tests"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "*"
|
|
arch = { path = "../arch" }
|
|
base = "*"
|
|
cfg-if = "*"
|
|
libc = "0.2.65"
|
|
prebuilts = { path = "../prebuilts" }
|
|
tempfile = "3"
|
|
|
|
[features]
|
|
direct = []
|