mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
13 lines
179 B
TOML
13 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 = "*"
|