aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-01-20 16:35:43 +0000
committerSteven Fackler <[email protected]>2017-01-20 16:35:43 +0000
commita1122197f87511cdc70a09b37df643e90dcd2d31 (patch)
tree82b9da17c38d8556332fcc40018d13f280c95596 /openssl
parentMerge pull request #555 from sfackler/ocsp (diff)
downloadrust-openssl-a1122197f87511cdc70a09b37df643e90dcd2d31.tar.xz
rust-openssl-a1122197f87511cdc70a09b37df643e90dcd2d31.zip
Add categories
Closes #557
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index a4baa79d..d1893fe8 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -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/*"]