mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-21 17:48:03 +01:00
fix(cargo): fix repo link and description
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user