summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-04 13:41:32 -0400
committermrw1593 <botahamec@outlook.com>2023-06-04 13:41:32 -0400
commit47fb9177c7d9d6d3b4e75aeb55a94ef236c807a6 (patch)
tree13cf376fb4a33ef6e22aac7e5b498bb8d988107a /Cargo.toml
parentd8d5650cc4d232215dce109f8aa3f0161079bf42 (diff)
Setup JWT utility
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
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"