coreutils/src/test/Cargo.toml

21 lines
301 B
TOML
Raw Normal View History

[package]
name = "test"
version = "0.0.1"
authors = []
build = "../#common/mkmain.rs"
[lib]
name = "uu_test"
path = "test.rs"
[dependencies]
libc = "0.2.42"
uucore = "0.0.1"
2018-03-17 01:39:53 +00:00
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.1"
[[bin]]
name = "test"
path = "../#common/uumain.rs"