2015-07-31 22:49:14 +00:00
|
|
|
[package]
|
|
|
|
name = "tee"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = []
|
2020-04-08 14:20:53 +00:00
|
|
|
license = "MIT"
|
2020-01-27 02:22:58 +00:00
|
|
|
build = "../#common/mkmain.rs"
|
2015-07-31 22:49:14 +00:00
|
|
|
|
|
|
|
[lib]
|
2015-12-08 02:42:08 +00:00
|
|
|
name = "uu_tee"
|
2015-07-31 22:49:14 +00:00
|
|
|
path = "tee.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2018-07-06 07:17:46 +00:00
|
|
|
getopts = "0.2.18"
|
2018-06-11 17:13:54 +00:00
|
|
|
libc = "0.2.42"
|
2020-01-01 20:40:58 +00:00
|
|
|
uucore = "0.0.2"
|
2015-11-22 20:45:04 +00:00
|
|
|
|
|
|
|
[[bin]]
|
2015-12-08 02:42:08 +00:00
|
|
|
name = "tee"
|
2020-01-27 02:22:58 +00:00
|
|
|
path = "../#common/uumain.rs"
|