WIP: Update token module to support server api
This commit is contained in:
parent
5d433b1666
commit
19a2752674
5 changed files with 47 additions and 34 deletions
|
@ -12,7 +12,7 @@ doctest = false
|
|||
anyhow = "1.0.38"
|
||||
hmac = "0.12"
|
||||
jwt = "0.16"
|
||||
hyper = "0.14"
|
||||
hyper = { version = "0.14", features = ["client", "http1"] }
|
||||
prost = "0.8"
|
||||
prost-types = "0.8"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue