mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 13:23:08 +00:00
5fe672aaf4
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>
23 lines
507 B
TOML
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" }
|