Skip to content

Commit

Permalink
Symlink README in place
Browse files Browse the repository at this point in the history
Allows crates.io to render it properly
  • Loading branch information
sfackler committed Aug 21, 2017
1 parent 656f0ee commit ca40c2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions openssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions openssl-sys/README.md
2 changes: 1 addition & 1 deletion openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions openssl/README.md

0 comments on commit ca40c2e

Please sign in to comment.