Loading openssl-sys/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading openssl/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
openssl-sys/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
openssl/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -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