blob: f5876925f8b976886c7d7d5e165856f05f6e38a1 [file]
[package]
name = "sandbox"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
base = { path = "../base" }
[target.'cfg(windows)'.dependencies]
win_util = { path = "../win_util"}
winapi = { version = "0.3", features = ["everything", "std", "impl-default"] }
[build-dependencies]
anyhow = "1"
prebuilts = { path = "../prebuilts" }