summaryrefslogtreecommitdiff
path: root/library/test/Cargo.toml
blob: 91a1abde059f693711807e8216eec9a8d7d6b5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "test"
version = "0.0.0"
edition = "2021"

[lib]
crate-type = ["dylib", "rlib"]

[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" }