coreutils/src/tac/Cargo.toml

17 lines
192 B
TOML
Raw Normal View History

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