crosvm/e2e_tests/fixture/Cargo.toml
Hikaru Nishida 5fe672aaf4 e2e_test: Add a test for virtio-pvclock behavior
BUG=b:295256641
TEST=tools/dev_container tools/presubmit all

Change-Id: Ie8009bedd5265c35ee5724767d324c6a821fb511
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5151637
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Hikaru Nishida <hikalium@chromium.org>
2024-03-13 09:05:25 +00:00

23 lines
507 B
TOML

[package]
name = "fixture"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[dependencies]
anyhow = "*"
arch = { path = "../../arch" }
base = "*"
crc32fast = "1.3"
cfg-if = "*"
libc = "0.2.65"
rand = "0.8"
tempfile = "3"
prebuilts = { path = "../../prebuilts" }
log = "*"
shlex = "1.3"
url = "2.3"
delegate = {path = "../guest_under_test/rootfs/delegate"}
serde = {version = "*", features = ["derive"]}
serde_json = "*"
readclock = { path = "../guest_under_test/rootfs/readclock" }