From 4f1bfc476256c37a152980d42213116a62629599 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 17 Feb 2015 11:14:58 +0530 Subject: [PATCH] Move libc dep to Crates --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1ea5b2c..a3befa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,4 @@ crate-type = ["rlib"] [dependencies] bitflags = "0.1" +libc = "*"