From fd8bed8a41b244fb2632096f883e140a260d738d Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 3 Jun 2015 21:40:49 -0600 Subject: [PATCH] Change package name and repo location. This brings us into line with the prevailing Rust conventions. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b090ce3..650a145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] -name = "core_foundation" +name = "core-foundation" description = "Bindings to Core Foundation for OS X" -homepage = "https://github.com/servo/rust-core-foundation" -repository = "https://github.com/servo/rust-core-foundation" +homepage = "https://github.com/servo/core-foundation-rs" +repository = "https://github.com/servo/core-foundation-rs" version = "0.1.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" [lib] -name = "core_foundation" +name = "core-foundation" crate-type = ["rlib"] [dependencies]