From 3462b3afb4cd45098c7e212e1bdc62878726541b Mon Sep 17 00:00:00 2001 From: Tom Fay Date: Thu, 28 Nov 2024 06:01:24 +0000 Subject: [PATCH] Add badges to README --- .github/workflows/ci.yml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b202be..64be4e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ -name: Rust +name: CI on: push: branches: [main] diff --git a/README.md b/README.md index 41ce94c..0213725 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,11 @@ A [rustls Crypto Provider](https://docs.rs/rustls/latest/rustls/crypto/struct.Cr See the [documentation](https://docs.rs/rustls-openssl) for supported cipher suites and algorithms. +[![crates.io](https://img.shields.io/crates/v/rustls-openssl?style=flat-square&logo=rust)](https://crates.io/crates/rustls-openssl) +[![Build Status](https://github.com/tofay/rustls-openssl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tofay/rustls-openssl/actions/workflows/ci.yml?query=branch%3Amain) +[![Documentation](https://docs.rs/rustls-openssl/badge.svg)](https://docs.rs/rustls-openssl/) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) + + ## Status Early in development.