coreutils/src/unexpand/Cargo.toml

18 lines
241 B
TOML
Raw Normal View History

[package]
name = "unexpand"
version = "0.0.1"
authors = []
[lib]
name = "uu_unexpand"
path = "unexpand.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
getopts = "0.2.14"
unicode-width = "0.1.4"
uucore = { path="../uucore" }
[[bin]]
name = "unexpand"
path = "main.rs"