From 9393659620e1baa584d49701463f7abceb800cae Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 7 Dec 2018 16:40:35 +0100 Subject: [PATCH] depend on libc --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0954f7f6..e47d7e32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,3 +25,4 @@ hyper = "0.12.14" lazy_static = "1.1.0" regex = "1.0.6" rust-crypto = "0.2.36" +libc = "0.2" \ No newline at end of file