about summary refs log tree commit diff
path: root/library/test/Cargo.toml
blob: 2a32a7dd76eed36b2fc331023dff7c9d6f8e1bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cargo-features = ["public-dependency"]

[package]
name = "test"
version = "0.0.0"
edition = "2024"

[dependencies]
getopts = { version = "0.2.21", 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 }