summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 22 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4d05ec5..c51cb79 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -28,6 +28,7 @@ dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
+ "actix-tls",
"actix-utils",
"ahash 0.8.3",
"base64 0.21.0",
@@ -121,6 +122,24 @@ dependencies = [
]
[[package]]
+name = "actix-tls"
+version = "3.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
+dependencies = [
+ "actix-codec",
+ "actix-rt",
+ "actix-service",
+ "actix-utils",
+ "futures-core",
+ "log",
+ "pin-project-lite",
+ "tokio-rustls",
+ "tokio-util",
+ "webpki-roots",
+]
+
+[[package]]
name = "actix-utils"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -143,6 +162,7 @@ dependencies = [
"actix-rt",
"actix-server",
"actix-service",
+ "actix-tls",
"actix-utils",
"actix-web-codegen",
"ahash 0.7.6",
@@ -1613,6 +1633,7 @@ name = "rust-pw-server"
version = "0.1.0"
dependencies = [
"actix-web",
+ "base64 0.21.0",
"dotenv",
"exun",
"grass",
@@ -1624,6 +1645,7 @@ dependencies = [
"rust-argon2",
"rust-ini",
"serde",
+ "serde_urlencoded",
"sqlx",
"tera",
"thiserror",