Added basic auth support

This commit is contained in:
Ultradesu
2025-03-14 02:14:15 +02:00
parent b4c2fae778
commit c3575b013f
4 changed files with 72 additions and 19 deletions

5
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "actix-codec"
@ -1053,9 +1053,10 @@ dependencies = [
[[package]]
name = "khm"
version = "0.2.0"
version = "0.2.2"
dependencies = [
"actix-web",
"base64 0.21.7",
"chrono",
"clap",
"env_logger",