chore: update readme links & badges (#49)

pull/1/head
nickelc 1 year ago committed by GitHub
parent 3716340633
commit f9d55a686c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      tokio-native-tls/README.md

@ -1,7 +1,11 @@
# tokio-tls
# tokio-native-tls
[![github actions](https://github.com/tokio-rs/tls/workflows/CI/badge.svg)](https://github.com/tokio-rs/tls/actions)
[![crates](https://img.shields.io/crates/v/tokio-native-tls.svg)](https://crates.io/crates/tokio-native-tls)
[![license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/tokio-rs/tls/blob/master/tokio-native-tls/LICENSE)
[![docs.rs](https://docs.rs/tokio-native-tls/badge.svg)](https://docs.rs/tokio-native-tls/)
An implementation of TLS/SSL streams for Tokio built on top of the [`native-tls`
crate]
An implementation of TLS/SSL streams for Tokio built on top of the
[`native-tls`](https://crates.io/crates/native-tls) crate.
## License

Loading…
Cancel
Save