Add serde to example Cargo.toml

This commit is contained in:
Chinedu Francis Nwafili 2017-12-31 09:54:59 -05:00
parent 91c55f9623
commit 8cea7deda4
No known key found for this signature in database
GPG Key ID: A78A2BC527E4AAC4
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@
Add the following to Cargo.toml:
```toml
jsonwebtoken = "3"
jsonwebtoken = "4"
serde_derive = "1"
serde = "1"
```
## How to use