refactor(backend): modernize download architecture to use global aria2c daemon with rpc

This commit is contained in:
NimBold
2026-06-13 21:51:33 +03:30
parent 19e366089e
commit f0859cb4cd
5 changed files with 325 additions and 194 deletions
+1
View File
@@ -34,3 +34,4 @@ sha2 = "0.10"
tauri-plugin-deep-link = "2"
tauri-plugin-single-instance = { version = "2", features = ["deep-link"] }
tempfile = "3"
thiserror = "2.0.18"