From f711147d622c37d40811af0e131c3a4842f64ed0 Mon Sep 17 00:00:00 2001
From: STEVAN Antoine <antoine.stevan@isae-supaero.fr>
Date: Wed, 13 Nov 2024 14:42:16 +0000
Subject: [PATCH] add badges for crates.io and docs.rs (dragoon/komodo!179)

this MR adds two new badges to the README
- the crate (links to the [Komodo crate](https://crates.io/crates/komodo))
- the documentation (links to the [doc](https://docs.rs/komodo/latest/komodo/))
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index f3f16f6f..6c099078 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # Komodo: Cryptographically-proven Erasure Coding
 
 [![release](https://gitlab.isae-supaero.fr/dragoon/komodo/-/badges/release.svg)](https://gitlab.isae-supaero.fr/dragoon/komodo/-/releases)
+[![crate](https://img.shields.io/crates/v/komodo)](https://crates.io/crates/komodo)
+[![docs](https://img.shields.io/docsrs/komodo)](https://docs.rs/komodo/latest/komodo/)
 [![source](https://gitlab.isae-supaero.fr/dragoon/komodo/badges/main/pipeline.svg?key_text=GitLab%20CI)](https://gitlab.isae-supaero.fr/dragoon/komodo/-/pipelines)
 [![mirror](https://github.com/dragoon-rs/komodo/actions/workflows/ci.yml/badge.svg)](https://github.com/dragoon-rs/komodo/actions)
 
-- 
GitLab