From d19ebc8ca6caedd432b7fd757a8c9e58add9c7e8 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Wed, 19 Feb 2020 11:47:02 +0100
Subject: [PATCH] [doc] add badges pipeline, docs.rs and deps.rs

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 5040ca8..fe98aed 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
 # DUP Crypto
 
+[![ci](https://git.duniter.org/libs/dup-crypto-rs/badges/dev/pipeline.svg)](https://git.duniter.org/libs/dup-crypto-rs/pipelines)
 [![crates.io](https://img.shields.io/crates/v/dup-crypto.svg)](https://crates.io/crates/dup-crypto)
+[![docs](https://docs.rs/dup-crypto/badge.svg)](https://docs.rs/dup-crypto)
 [![codecov](https://codecov.io/gh/duniter/dup-crypto-rs/branch/dev/graph/badge.svg)](https://codecov.io/gh/duniter/dup-crypto-rs)
+[![dependency status](https://deps.rs/repo/github/duniter/dup-crypto-rs/status.svg)](https://deps.rs/repo/github/duniter/dup-crypto-rs)
 [![Minimum rustc version](https://img.shields.io/badge/rustc-1.41.0+-yellow.svg)](https://github.com/rust-lang/rust/blob/master/RELEASES.md)
 
 Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly.
-- 
GitLab