From: Brian Warner Date: Tue, 16 Oct 2018 22:29:36 +0000 (-0700) Subject: spake2/Cargo.toml: update keywords, description, categories X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=03c010b4c4fa5159e31b7b5a025e02e497f9356c;p=PAKEs.git spake2/Cargo.toml: update keywords, description, categories --- 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" ]