blob: fe749847b7c001fd77a401a5ef717edbe02d06f9 [file] [log] [blame]
cargo-features = ["public-dependency"]
[package]
name = "test"
version = "0.0.0"
edition = "2024"
[dependencies]
getopts = { version = "0.2.24", default-features = false, 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 }