From 0552cc1119f69c3240e3da70fa68b3c8d7c62419 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 3 Jun 2015 15:57:23 -0600 Subject: [PATCH] Update metadata for crates.io. --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ff3581..b090ce3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] - 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" version = "0.1.0" authors = ["The Servo Project Developers"] +license = "MIT / Apache-2.0" [lib] - name = "core_foundation" crate-type = ["rlib"]