summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5d3755db4f827bdcca5641518238a3611ad8bf81 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "jwt-decode"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]

[dependencies]
jsonwebtoken = "5"
serde_derive = "1.0"
serde_json = "1.0.33"
serde = "1.0"