Fix compilation errors: Add missing dependencies, fix module visibility, and update Axum middleware types
Some checks failed
Build MIPS Binary / build (push) Failing after 3m27s

This commit is contained in:
spinline
2026-02-07 14:58:35 +03:00
parent d53d661ad1
commit bb3ec14a75
5 changed files with 142 additions and 7 deletions

5
Cargo.lock generated
View File

@@ -99,9 +99,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.100"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
[[package]]
name = "arbitrary"
@@ -341,6 +341,7 @@ dependencies = [
name = "backend"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.8.8",
"axum-extra",
"base64 0.22.1",