[package] name = "cp" version = "0.0.1" authors = [ "Jordy Dickinson ", "Joshua S. Miller ", ] [lib] name = "uu_cp" path = "cp.rs" [dependencies] getopts = "0.2.14" libc = "0.2.26" walkdir = "1.0.7" clap = "2.20.0" quick-error = "1.1.0" uucore = { path="../uucore" } filetime = "0.1" [target.'cfg(target_os = "linux")'.dependencies] ioctl-sys = "0.5.2" [[bin]] name = "cp" path = "main.rs"