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