fix(core): resolve aria2c daemon leak and tokio io blocking

This commit patches a critical resource leak by managing the aria2c child process using an idiomatic RAII Drop guard inside Tauri's managed state. It also purges the legacy `open` crate from Cargo.toml in favor of tauri-plugin-opener, and fully migrates all asynchronous file system operations to tokio::fs to unblock the Tokio async runtime.
This commit is contained in:
NimBold
2026-06-13 22:49:37 +03:30
parent ae19f69e7b
commit 4ec1c4fdf6
3 changed files with 23 additions and 9 deletions
-1
View File
@@ -4418,7 +4418,6 @@ dependencies = [
"keepawake",
"keyring",
"objc",
"open",
"regex 1.12.4",
"reqwest 0.12.28",
"rusqlite",