From 178d0f0c8e503b4eecb6ec5c118922ad52606c60 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 22 Nov 2014 14:57:13 -0800 Subject: [PATCH] Update stuff for upload to registry --- Cargo.toml | 17 ++++++++++------- openssl-sys/Cargo.toml | 12 ++++++++---- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d4ed9b3e..733c63c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,8 @@ [package] - name = "openssl" -version = "0.0.1" +version = "0.0.2" authors = ["Steven Fackler "] +version = "0.0.2" +authors = ["Alex Crichton ", + "Steven Fackler "] +license = "Apache-2.0" +description = "FFI bindings to OpenSSL" + links = "openssl" build = "src/build.rs" @@ -12,5 +16,5 @@ tlsv1_1 = [] sslv2 = [] aes_xts = [] -[build-dependencies.pkg-config] -git = "https://github.com/alexcrichton/pkg-config-rs" +[build-dependencies] +pkg-config = "*"