Added auth
Some checks failed
CI / check (push) Failing after 22s
CI / docker (push) Has been skipped

This commit is contained in:
Connor Johnstone
2026-03-19 14:02:58 -04:00
parent 617bce155e
commit 084939ef6c
7 changed files with 217 additions and 17 deletions

View File

@@ -62,7 +62,9 @@ shanty-search = { path = "shanty-search" }
actix-web = "4"
actix-cors = "0.7"
actix-files = "0.6"
actix-session = { version = "0.10", features = ["cookie-session"] }
tracing-actix-web = "0.7"
rand = "0.9"
tokio = { workspace = true }
clap = { workspace = true }
tracing = { workspace = true }