coreutils/src/tee/Cargo.toml

19 lines
247 B
TOML
Raw Normal View History

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