coreutils/src/tac/Cargo.toml

18 lines
218 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 = "0.0.1"
[[bin]]
name = "tac"
path = "../../uumain.rs"