aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-sys')
-rw-r--r--openssl-sys/Cargo.toml12
1 files changed, 8 insertions, 4 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index 27d8879f..8c8011b6 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,8 +1,12 @@
[package]
name = "openssl-sys"
-version = "0.0.1"
-authors = ["Alex Crichton <[email protected]>"]
+version = "0.0.2"
+authors = ["Alex Crichton <[email protected]>",
+ "Steven Fackler <[email protected]>"]
+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 = "*"