• 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 = "*"
9arch = { path = "../../arch" }
10base = "*"
11cfg-if = "*"
12libc = "0.2.65"
13rand = "0.8"
14tempfile = "3"
15prebuilts = { path = "../../prebuilts" }
16log = "*"
17shlex = "*"
18
19[features]
20direct = []
21