fix(cargo): fix repo link and description

This commit is contained in:
Sebastian Thiel
2015-02-27 09:24:56 +01:00
parent 40c9a0a112
commit 20a7fd83dc

View File

@@ -1,12 +1,10 @@
[package]
name = "yup-oauth2"
version = "0.1.0"
version = "0.1.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
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"