[package] name = "test" version = "0.0.1" authors = [] license = "MIT" build = "../../common/mkmain.rs" [lib] name = "uu_test" path = "src/test.rs" [dependencies] libc = "0.2.42" uucore = "0.0.2" [target.'cfg(target_os = "redox")'.dependencies] redox_syscall = "0.1" [[bin]] name = "test" path = "../../common/uumain.rs"