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