From 7d1b17e87782856974d5dd9617dc3b3eba7caabd Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 7 Jan 2016 14:01:07 +0000 Subject: [PATCH] Update description and clippy version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 291c6e9..3d7e97a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,14 +4,14 @@ version = "1.0.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" -description = "Create and parse JWT." +description = "Create and parse JWT in a strongly typed way." homepage = "https://github.com/Keats/rust-jwt" repository = "https://github.com/Keats/rust-jwt" keywords = ["jwt", "web", "api", "token", "json"] [dependencies] rustc-serialize = "0.3" -clippy = {version = "0.0.32", optional = true} +clippy = {version = "0.0.35", optional = true} rust-crypto = "0.2.34" [features]