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