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