blob: 4c42e3bae563e0c3b23079b2639dae95b3208110 [file] [log] [blame]
[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" }
panic_unwind = { path = "../panic_unwind" }
panic_abort = { path = "../panic_abort" }
libc = { version = "0.2.150", default-features = false }