Update added download and user authentecation

This commit is contained in:
zastian@mrthoddata.com
2025-05-09 16:48:29 +01:00
parent 9b208edfde
commit 1c123f5a45
10 changed files with 456 additions and 68 deletions

View File

@@ -9,9 +9,10 @@ bytes = "1.10"
chrono = {version = "0.4", features = ["serde"]}
extract = "0.1"
fern = "0.7.1"
log = {version = "0.4.27", feature = "std"}
log = {version = "0.4", feature = "std"}
rand = "0.9"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0.140"
sqlx = { version = "0.8", features = [
"runtime-tokio", # pick exactly one runtime
"tls-rustls", # pick exactly one TLS backend