mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 12:09:31 +00:00
BUG=b:246987526 TEST=presubmit Change-Id: I1e54cf4a176d48c30340d6e7925733d6a1f4ce93 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3784337 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Vikram Auradkar <auradkar@google.com>
12 lines
179 B
TOML
12 lines
179 B
TOML
[package]
|
|
name = "prebuilts"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "*"
|
|
cfg-if = "*"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "*"
|