Add extra metadata to manifest
This commit is contained in:
parent
602275fcd0
commit
64a7e7bbae
|
@ -6,8 +6,9 @@ description = "OpenID Connect client library using Reqwest, Biscuit, and inth-oa
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["Matthew Scheirer <matt.scheirer@gmail.com>"]
|
authors = ["Matthew Scheirer <matt.scheirer@gmail.com>"]
|
||||||
categories = ["web-programming", "authentication"]
|
categories = ["web-programming", "authentication"]
|
||||||
keywords = ["sync", "authentication", "client", "reqwest",
|
keywords = ["authentication", "client", "openid", "openid_connect", "web"]
|
||||||
"oauth", "openid", "openid_connect", "web"]
|
documentation = "https://docs.rs/crate/oidc/0.1.0"
|
||||||
|
repository = "https://gitlab.com/zanny/oidc-reqwest"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.10"
|
base64 = "0.10"
|
||||||
|
|
Loading…
Reference in New Issue