1[package] 2name = "sandbox" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[dependencies] 8base = { path = "../base" } 9 10[target.'cfg(windows)'.dependencies] 11win_util = { path = "../win_util"} 12winapi = { version = "0.3", features = ["everything", "std", "impl-default"] } 13 14[build-dependencies] 15anyhow = "1" 16prebuilts = { path = "../prebuilts" } 17