crosvm/sandbox/Cargo.toml
Vikram Auradkar 44a07970cb sandbox: upstream sandbox
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>
2022-10-12 21:05:39 +00:00

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" }