From 47fb9177c7d9d6d3b4e75aeb55a94ef236c807a6 Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Sun, 4 Jun 2023 13:41:32 -0400 Subject: Setup JWT utility --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 045bea4..aa5f668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,12 +18,16 @@ raise = "2" exun = "0.1" base64 = "0.21" rust-ini = "0.18" +jwt = "0.16" dotenv = "0.15" +hmac = "0.12" parking_lot = "0.12" grass = "0.12" +sha2 = "0.10" unic-langid = { version = "0.9", features = ["serde"] } rand = "0.8" serde_urlencoded = "0.7" -sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "offline" ] } +sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "chrono", "offline" ] } log = "0.4" +chrono = { version = "0.4", features = ["serde"] } hex = "0.4" -- cgit v1.2.3