Update docs link
This commit is contained in:
parent
ef88a8572b
commit
3342c9dffe
|
|
@ -7,7 +7,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>",
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "FFI bindings to BoringSSL"
|
description = "FFI bindings to BoringSSL"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
documentation = "https://docs.rs/boring-sys"
|
documentation = "https://docs.rs/rboring-sys"
|
||||||
links = "boringssl"
|
links = "boringssl"
|
||||||
build = "build/main.rs"
|
build = "build/main.rs"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>", "Ivan Nikulin <ifaaan@gmail.co
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "BoringSSL bindings"
|
description = "BoringSSL bindings"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
documentation = "https://docs.rs/boring"
|
documentation = "https://docs.rs/rboring"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["crypto", "tls", "ssl", "dtls"]
|
keywords = ["crypto", "tls", "ssl", "dtls"]
|
||||||
categories = ["cryptography", "api-bindings"]
|
categories = ["cryptography", "api-bindings"]
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
homepage = "https://github.com/cloudflare/boring"
|
homepage = "https://github.com/penumbra-x/boring"
|
||||||
documentation = "https://docs.rs/tokio-boring"
|
documentation = "https://docs.rs/rtokio-boring"
|
||||||
description = """
|
description = """
|
||||||
An implementation of SSL streams for Tokio backed by BoringSSL
|
An implementation of SSL streams for Tokio backed by BoringSSL
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue