From 8cea7deda48736bc802b49c4c12912c0e53e6b5c Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Sun, 31 Dec 2017 09:54:59 -0500 Subject: [PATCH] Add serde to example Cargo.toml --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa2094f..975c529 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ Add the following to Cargo.toml: ```toml -jsonwebtoken = "3" +jsonwebtoken = "4" serde_derive = "1" +serde = "1" ``` ## How to use