diff --git a/Cargo.toml b/Cargo.toml index 398ca46..2f88325 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"