Update docs link

This commit is contained in:
0x676e67 2024-09-22 08:00:26 +08:00
parent ef88a8572b
commit 3342c9dffe
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>",
license = "MIT"
description = "FFI bindings to BoringSSL"
repository = { workspace = true }
documentation = "https://docs.rs/boring-sys"
documentation = "https://docs.rs/rboring-sys"
links = "boringssl"
build = "build/main.rs"
readme = "README.md"

View File

@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>", "Ivan Nikulin <ifaaan@gmail.co
license = "Apache-2.0"
description = "BoringSSL bindings"
repository = { workspace = true }
documentation = "https://docs.rs/boring"
documentation = "https://docs.rs/rboring"
readme = "README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
categories = ["cryptography", "api-bindings"]

View File

@ -5,8 +5,8 @@ authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.
license = "MIT OR Apache-2.0"
edition = { workspace = true }
repository = { workspace = true }
homepage = "https://github.com/cloudflare/boring"
documentation = "https://docs.rs/tokio-boring"
homepage = "https://github.com/penumbra-x/boring"
documentation = "https://docs.rs/rtokio-boring"
description = """
An implementation of SSL streams for Tokio backed by BoringSSL
"""