[package] name = "unexpand" version = "0.0.1" authors = [] [lib] name = "uu_unexpand" path = "unexpand.rs" [dependencies] getopts = "*" unicode-width = "*" uucore = { path="../uucore" } [[bin]] name = "unexpand" path = "main.rs"