WIP: Update token module to support server api

This commit is contained in:
Nathan Sobo 2022-10-14 10:00:50 -06:00 committed by Antonio Scandurra
parent 5d433b1666
commit 19a2752674
5 changed files with 47 additions and 34 deletions

View file

@ -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"] }