From 9e71e34f56f26269e15270da7eaa34c8b381d911 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 3 Jun 2015 21:48:29 -0600 Subject: [PATCH] Remove unneeded lib section. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 650a145..9f07bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,5 @@ version = "0.1.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" -[lib] -name = "core-foundation" -crate-type = ["rlib"] - [dependencies] libc = "*"