Add a few more keywords.

This commit is contained in:
Thomas Gideon 2017-03-14 14:24:56 -04:00
parent 3c9fd6b13b
commit 053327f7dd
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
[package] [package]
name = "medallion" name = "medallion"
version = "2.0.0" version = "2.0.1"
authors = ["Thomas Gideon <cmdln@thecommandline.net>"] authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
description = "JWT library for rust using serde, serde_json and openssl" description = "JWT library for rust using serde, serde_json and openssl"
homepage = "http://github.com/commandline/medallion" homepage = "http://github.com/commandline/medallion"
repository = "http://github.com/commandline/medallion" repository = "http://github.com/commandline/medallion"
documentation = "https://commandline.github.io/medallion/" documentation = "https://commandline.github.io/medallion/"
readme = "README.md" readme = "README.md"
keywords = ["JWT", "token", "web"] keywords = ["JWT", "token", "web", "JSON", "RSA"]
license = "MIT" license = "MIT"
[dependencies] [dependencies]