add gitea sig header check, add Json errors, begin AppState

This commit is contained in:
2026-05-31 20:32:49 +00:00
parent c119bed142
commit aa746f357d
10 changed files with 288 additions and 37 deletions
+6
View File
@@ -11,3 +11,9 @@ serde = { version = "1.0", features = ["derive"] }
dotenvy = "0.15"
axum = "0.8"
anyhow = "1.0"
thiserror = "2.0"
hmac = "0.13"
sha2 = "0.11"
hex = "0.4"
subtle = "2.6"
bytes = "1.11"