[package] name = "tac" version = "0.0.1" authors = [] [lib] name = "tac" path = "tac.rs" [dependencies] getopts = "*" libc = "*" uucore = { path="../uucore" } [[bin]] name="tac" path="tac.rs"