coreutils/src/test/Cargo.toml

21 lines
304 B
TOML
Raw Normal View History

[package]
name = "test"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_test"
path = "test.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
libc = "0.2.26"
uucore = { path="../uucore" }
2018-03-17 01:39:53 +00:00
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.1"
[[bin]]
name = "test"
path = "../../uumain.rs"