aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-10-16 15:29:36 -0700
committerBrian Warner <warner@lothar.com>2018-10-16 15:29:36 -0700
commit03c010b4c4fa5159e31b7b5a025e02e497f9356c (patch)
treedbe60752d889a0a606cc9a936407696ba6f12e5c
parent5160604b77e65d0555fe6799c591ef13f59344fa (diff)
downloadPAKEs-03c010b4c4fa5159e31b7b5a025e02e497f9356c.tar.xz
spake2/Cargo.toml: update keywords, description, categories
-rw-r--r--spake2/Cargo.toml5
1 files 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 <warner@lothar.com>"]
-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"
]