coreutils/src/tac/Cargo.toml

18 lines
231 B
TOML
Raw Normal View History

[package]
name = "tac"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_tac"
path = "tac.rs"
[dependencies]
getopts = "0.2.18"
uucore = { path="../uucore" }
[[bin]]
name = "tac"
path = "../../uumain.rs"