From 31343875ce8833db12aff62da9b39a328d013620 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 28 Nov 2015 21:50:58 -0500 Subject: [PATCH] Version 0.1.0 --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dc97663..9266ed4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,16 @@ [package] name = "inth-oauth2" version = "0.1.0" + +description = "OAuth2 client" +keywords = ["authentication", "authorization", "auth", "oauth"] + authors = ["Curtis McEnroe "] +license = "ISC" + +documentation = "https://cmcenroe.me/inth-oauth2/inth_oauth2" +repository = "https://github.com/programble/inth-oauth2" +readme = "README.md" [dependencies] chrono = "0.2.17"