Merge pull request #47 from chinedufn/complete-toml

Add `serde` dependency to example Cargo.toml
This commit is contained in:
Vincent Prouillet 2018-01-01 16:59:45 +01:00 committed by GitHub
commit 99e0a2ed01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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