From aef1a4a28cdae083c3098dd8f7973fec0b7b3de8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 27 Feb 2015 10:14:16 +0100 Subject: [PATCH] fix(cargo): added keywords [skip ci] --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2f88325df..9216a6a23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/yup-oauth2" description = "A partial oauth2 implementation, providing the 'device' authorization flow" documentation = "http://byron.github.io/yup-oauth2" +keywords = ["google", "oauth", "v2"] license = "MIT" [dependencies]