rust/library/test/Cargo.toml
2023-12-31 11:18:25 -05:00

12 lines
281 B
TOML

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