Symlink README in place
Allows crates.io to render it properly
This commit is contained in:
parent
656f0eeb0f
commit
ca40c2e6a3
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
../README.md
|
||||
|
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
|||
description = "OpenSSL bindings"
|
||||
repository = "https://github.com/sfackler/rust-openssl"
|
||||
documentation = "https://docs.rs/openssl/0.9/openssl"
|
||||
readme = "../README.md"
|
||||
readme = "README.md"
|
||||
keywords = ["crypto", "tls", "ssl", "dtls"]
|
||||
categories = ["cryptography", "api-bindings"]
|
||||
build = "build.rs"
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
../README.md
|
||||
Loading…
Reference in New Issue