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