Add extra metadata to manifest

This commit is contained in:
Matthew Scheirer 2018-10-30 08:45:53 -04:00
parent 602275fcd0
commit 64a7e7bbae
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ description = "OpenID Connect client library using Reqwest, Biscuit, and inth-oa
readme = "README.md"
authors = ["Matthew Scheirer <matt.scheirer@gmail.com>"]
categories = ["web-programming", "authentication"]
keywords = ["sync", "authentication", "client", "reqwest",
"oauth", "openid", "openid_connect", "web"]
keywords = ["authentication", "client", "openid", "openid_connect", "web"]
documentation = "https://docs.rs/crate/oidc/0.1.0"
repository = "https://gitlab.com/zanny/oidc-reqwest"
[dependencies]
base64 = "0.10"