feat: Implement source management with file upload, display, and deletion functionality on a new Sources page, backed by new backend models and handlers.

This commit is contained in:
2025-12-20 15:55:16 +05:30
parent 89815e7e21
commit d9f6694b2f
19 changed files with 612 additions and 15 deletions

View File

@@ -10,7 +10,9 @@ path = "src/main.rs"
[dependencies]
# Web Framework
axum = "0.8"
axum-extra = { version = "0.10", features = ["multipart"] }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["io"] }
tower = "0.5"
tower-http = { version = "0.6", features = ["cors", "trace"] }