summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"