blob: 2a32a7dd76eed36b2fc331023dff7c9d6f8e1bf8 [file] [log] [blame] [edit]
cargo-features = ["public-dependency"]
[package]
name = "test"
version = "0.0.0"
edition = "2024"
[dependencies]
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
std = { path = "../std", public = true }
core = { path = "../core", public = true }
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
libc = { version = "0.2.150", default-features = false }