mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
44a07970cb
The crate depends on a prebuilt library. BUG=b:213170185 TEST=presubmit Change-Id: I810baa14afa53e88f6b2a739481a6d3656efc2e5 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3784338 Commit-Queue: Vikram Auradkar <auradkar@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
14 lines
329 B
TOML
14 lines
329 B
TOML
[package]
|
|
name = "sandbox"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
win_util = { path = "../win_util"}
|
|
winapi = { version = "*", features = ["everything", "std", "impl-default"] }
|
|
|
|
[build-dependencies]
|
|
anyhow = "*"
|
|
prebuilts = { path = "../prebuilts" }
|