From a84c964b725ad2012cdf6a605ff264c60e0b0e59 Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Mon, 29 May 2023 15:55:51 -0400 Subject: Create service for parsing Basic Authorization --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5195d8b..532fc6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4" +actix-web = { version = "4", features = ["rustls"] } tera = "1" serde = "1" thiserror = "1" @@ -15,12 +15,14 @@ uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] } url = { version = "2", features = ["serde"] } raise = "2" exun = "0.1" +base64 = "0.21" rust-ini = "0.18" dotenv = "0.15" parking_lot = "0.12" grass = "0.12" 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" ] } log = "0.4" hex = "0.4" -- cgit v1.2.3