parent
c5ed1f0160
commit
a1122197f8
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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/*"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue