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

View File

@ -1,6 +1,6 @@
[package]
name = "khm"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["AB <ab@hexor.cy>", "ChatGPT-4o"]
@ -11,6 +11,7 @@ serde_json = "1.0"
env_logger = "0.11.3"
log = "0.4"
regex = "1.10.5"
base64 = "0.21"
tokio = { version = "1", features = ["full"] }
tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"] }
clap = { version = "4", features = ["derive"] }