Commit 9c944c82d48f99780ef389f9a2fc83d7630a3d61

Cléo Rebert 2020-06-22T17:16:42

Added badges

1
2
3
4
5
6
7
8
9
10
diff --git a/README.md b/README.md
index c2b4d66..226b101 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 # totp-rs
+![Build Status](https://github.com/constantoine/totp-rs/workflows/Rust/badge.svg) ![docs](https://docs.rs/totp-rs/badge.svg)
 
 This library permits the creation of 2FA authentification tokens per TOTP, the verification of said tokens, with configurable time skew, validity time of each token, algorithm and number of digits! With additional feature "qr", you can use it to generate a base64 png qrcode.