xref: /aosp_15_r20/external/crosvm/sandbox/Cargo.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
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