cat: remove libc dependency

This commit is contained in:
kevgeniy 2016-10-24 05:23:54 +03:00
parent 72490ef956
commit 6228b06e29

View file

@ -8,7 +8,6 @@ name = "uu_cat"
path = "cat.rs"
[dependencies]
libc = "*"
uucore = { path="../uucore" }
[[bin]]