• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "fixture"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
5edition = "2021"
6
7[dependencies]
8anyhow = "1"
9arch = { path = "../../arch" }
10base = { path = "../../base" }
11crc32fast = "1.3"
12cfg-if = "1"
13libc = "0.2.65"
14rand = "0.8"
15tempfile = "3"
16prebuilts = { path = "../../prebuilts" }
17log = "0.4"
18shlex = "1.3"
19url = "2.3"
20delegate = {path = "../guest_under_test/rootfs/delegate"}
21serde = {version = "1", features = ["derive"]}
22serde_json = "1"
23readclock = { path = "../guest_under_test/rootfs/readclock" }
24