[package] name = "test" version = "0.0.1" authors = [] build = "../../mkmain.rs" [lib] name = "uu_test" path = "test.rs" [dependencies] libc = "0.2.26" uucore = { path="../uucore" } [target.'cfg(target_os = "redox")'.dependencies] redox_syscall = "0.1" [[bin]] name = "test" path = "../../uumain.rs"