Change repository and homepage to point at rustls

pull/2/head
Dirkjan Ochtman 12 months ago
parent 3701574b5d
commit 5e1b75c5e9
  1. 4
      Cargo.toml

@ -2,8 +2,8 @@
name = "tokio-rustls"
version = "0.24.0"
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tls"
homepage = "https://github.com/tokio-rs/tls"
repository = "https://github.com/rustls/tokio-rustls"
homepage = "https://github.com/rustls/tokio-rustls"
documentation = "https://docs.rs/tokio-rustls"
readme = "README.md"
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."

Loading…
Cancel
Save