mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
cat: remove libc dependency
This commit is contained in:
parent
72490ef956
commit
6228b06e29
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ name = "uu_cat"
|
|||
path = "cat.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "*"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
Loading…
Reference in a new issue