From 3375731bb0a04febfcac6a5d2dd919ee9f5e45fc Mon Sep 17 00:00:00 2001
From: "a.stevan" <antoine.stevan@isae-supaero.fr>
Date: Wed, 13 Nov 2024 15:38:23 +0100
Subject: [PATCH] add badges for crates.io and docs.rs

---
 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