From 03c010b4c4fa5159e31b7b5a025e02e497f9356c Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 16 Oct 2018 15:29:36 -0700 Subject: [PATCH] spake2/Cargo.toml: update keywords, description, categories --- spake2/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml index e3ccf75..638150a 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -2,12 +2,13 @@ name = "spake2" version = "0.1.1-alpha.0" authors = ["Brian Warner "] -description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." +description = "The SPAKE2 password-authenticated key-exchange algorithm." documentation = "https://docs.rs/spake2" homepage = "https://github.com/RustCrypto/PAKEs" repository = "https://github.com/RustCrypto/PAKEs" license = "MIT/Apache-2.0" -categories = ["cryptography"] +keywords = ["crypto", "pake", "authentication"] +categories = ["cryptography", "authentication"] exclude = [ ".gitignore" ] -- 2.44.0