Add categories

Closes #557
This commit is contained in:
Steven Fackler 2017-01-20 16:35:43 +00:00
parent c5ed1f0160
commit a1122197f8
2 changed files with 2 additions and 0 deletions

View File

@ -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.6/openssl_sys"
categories = ["cryptography", "external-ffi-bindings"]
links = "openssl"
build = "build.rs"

View File

@ -8,6 +8,7 @@ repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://docs.rs/openssl/0.9.6/openssl"
readme = "../README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
categories = ["cryptography", "api-bindings"]
build = "build.rs"
exclude = ["test/*"]