mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
17 lines
213 B
TOML
17 lines
213 B
TOML
[package]
|
|
name = "tee"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_tee"
|
|
path = "tee.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.14"
|
|
libc = "0.2.26"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "tee"
|
|
path = "main.rs"
|