From a095a89f84369e4ccfb02d3c08e137fc1c6f3396 Mon Sep 17 00:00:00 2001 From: Cleo Rebert Date: Tue, 23 Jun 2020 10:30:54 +0200 Subject: [PATCH] Fixed typo and added tag --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16f5bad..5959c9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "totp-rs" -version = "0.4.0" +version = "0.4.1" authors = ["Cleo Rebert "] edition = "2018" readme = "README.md" @@ -8,7 +8,7 @@ license = "MIT" description = "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." repository = "https://github.com/constantoine/totp-rs" homepage = "https://github.com/constantoine/totp-rs" -keywords = ["authentification", "2fa", "totp", "hmac"] +keywords = ["authentication", "2fa", "totp", "hmac", "otp"] categories = ["authentication", "web-programming"] [package.metadata.docs.rs]