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