aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-sys')
-rw-r--r--openssl-sys/Cargo.toml1
l---------openssl-sys/README.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index 329044c4..26328ccf 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -7,6 +7,7 @@ license = "MIT"
description = "FFI bindings to OpenSSL"
repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://docs.rs/openssl-sys/0.9"
+readme = "README.md"
categories = ["cryptography", "external-ffi-bindings"]
links = "openssl"
build = "build.rs"
diff --git a/openssl-sys/README.md b/openssl-sys/README.md
new file mode 120000
index 00000000..32d46ee8
--- /dev/null
+++ b/openssl-sys/README.md
@@ -0,0 +1 @@
+../README.md \ No newline at end of file