From f7365fb0231b449f9768c98f1cc7cfd6c5bd8dac Mon Sep 17 00:00:00 2001 From: tomaka Date: Fri, 6 Feb 2015 18:23:56 +0100 Subject: [PATCH] Use libc from crates.io --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index be78655..6ff3581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,6 @@ authors = ["The Servo Project Developers"] name = "core_foundation" crate-type = ["rlib"] + +[dependencies] +libc = "*"