[package] name = "link" version = "0.0.1" authors = [] [lib] name = "uu_link" path = "link.rs" [dependencies] libc = "0.2.26" uucore = { path="../uucore" } [[bin]] name = "link" path = "main.rs"