refactor(backend): modernize extension server to use axum web framework

This commit is contained in:
NimBold
2026-06-13 21:55:11 +03:30
parent f0859cb4cd
commit 6284a0a8d6
4 changed files with 181 additions and 483 deletions
+2
View File
@@ -35,3 +35,5 @@ tauri-plugin-deep-link = "2"
tauri-plugin-single-instance = { version = "2", features = ["deep-link"] }
tempfile = "3"
thiserror = "2.0.18"
axum = "0.8.9"
tower-http = { version = "0.6.11", features = ["cors"] }