mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
bug(tee) - needs libc from uucore
This commit is contained in:
parent
8337179454
commit
2bb9a85dde
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ path = "src/tee.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
|
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["libc"] }
|
||||||
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
|
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue