diff options
| author | Steven Fackler <[email protected]> | 2017-08-21 04:00:25 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-08-21 04:00:25 -0700 |
| commit | ca40c2e6a3b4c09698478ff54da8bdf8f857d134 (patch) | |
| tree | 8840809b80da8bba3e466243dbbb97e5444a661e | |
| parent | Merge pull request #683 from bradleybeddoes/add-ec-get_affine_coordinates (diff) | |
| download | rust-openssl-ca40c2e6a3b4c09698478ff54da8bdf8f857d134.tar.xz rust-openssl-ca40c2e6a3b4c09698478ff54da8bdf8f857d134.zip | |
Symlink README in place
Allows crates.io to render it properly
| -rw-r--r-- | openssl-sys/Cargo.toml | 1 | ||||
| l--------- | openssl-sys/README.md | 1 | ||||
| -rw-r--r-- | openssl/Cargo.toml | 2 | ||||
| l--------- | openssl/README.md | 1 |
4 files changed, 4 insertions, 1 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 diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index b62d3c19..e9c4fa71 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -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" diff --git a/openssl/README.md b/openssl/README.md new file mode 120000 index 00000000..32d46ee8 --- /dev/null +++ b/openssl/README.md @@ -0,0 +1 @@ +../README.md
\ No newline at end of file |