From 6228b06e29a6e12c947fb7904d64fbdcb5ab7b19 Mon Sep 17 00:00:00 2001 From: kevgeniy Date: Mon, 24 Oct 2016 05:23:54 +0300 Subject: [PATCH] cat: remove libc dependency --- src/cat/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cat/Cargo.toml b/src/cat/Cargo.toml index dab41706e..9b54d06b5 100644 --- a/src/cat/Cargo.toml +++ b/src/cat/Cargo.toml @@ -8,7 +8,6 @@ name = "uu_cat" path = "cat.rs" [dependencies] -libc = "*" uucore = { path="../uucore" } [[bin]]