From b9acb15a2587129b0896ecafdffb6abf22537aab Mon Sep 17 00:00:00 2001 From: Aitor Ruano <45633475+c0dearm@users.noreply.github.com> Date: Mon, 13 Jan 2020 12:29:00 +0100 Subject: [PATCH] Add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 819a4c8..864586c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Sharks +[![CI](https://github.com/c0dearm/sharks/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/c0dearm/sharks/actions) +[![Crate](https://img.shields.io/crates/v/sharks.svg)](https://crates.io/crates/sharks) +[![Docs](https://docs.rs/sharks/badge.svg)](https://docs.rs/sharks) + Fast, small and secure [Shamir's Secret Sharing](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing) library crate Documentation: