From 64a7e7bbae16cada35830eec5c329f125c684334 Mon Sep 17 00:00:00 2001 From: Matthew Scheirer Date: Tue, 30 Oct 2018 08:45:53 -0400 Subject: [PATCH] Add extra metadata to manifest --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4acef64..c2162ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,9 @@ description = "OpenID Connect client library using Reqwest, Biscuit, and inth-oa readme = "README.md" authors = ["Matthew Scheirer "] 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"