From 20a7fd83dc2f482508d3764dacdb4981e03a44d9 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 27 Feb 2015 09:24:56 +0100 Subject: [PATCH] fix(cargo): fix repo link and description --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 398ca461b..2f88325df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,10 @@ [package] name = "yup-oauth2" -version = "0.1.0" +version = "0.1.1" authors = ["Sebastian Thiel "] -repository = "https://github.com/Byron/yup/lib/oauth2" -description = """A partial oauth2 implementation, providing the 'device' authorization flow. -More information about how it's done can be found here: https://developers.google.com/youtube/v3/guides/authentication#devices -""" +repository = "https://github.com/Byron/yup-oauth2" +description = "A partial oauth2 implementation, providing the 'device' authorization flow" documentation = "http://byron.github.io/yup-oauth2" license = "MIT"