From 12cbfc1005b842214a44bc71e584892f10a1576a Mon Sep 17 00:00:00 2001 From: Cleo Rebert Date: Sun, 9 Aug 2020 08:36:06 +0200 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a2d444..4343085 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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! Default features are kept as low-dependency as possible to ensure small binaries and short compilation time +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! Default features are kept as lightweight as possible to ensure small binaries and short compilation time ## Features ---