Skip to content

Commit

Permalink
Add badges to README (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay authored Nov 28, 2024
1 parent 349427a commit 2dc25a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Rust
name: CI
on:
push:
branches: [main]
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2dc25a5

Please sign in to comment.