xref: /aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/src/stdlibs/library/test/Cargo.toml (revision b40554a23088fb75aa6945dfe8e65169c8484da3)
1[package]
2name = "test"
3version = "0.0.0"
4edition = "2021"
5
6[dependencies]
7getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
8std = { path = "../std" }
9core = { path = "../core" }
10
11[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
12libc = { version = "0.2.150", default-features = false }
13