added aria2 websocket + fetching magnet links

and ascii text on startup
This commit is contained in:
2025-11-16 01:13:05 +01:00
parent c68a120f95
commit aa1359bc97
3 changed files with 977 additions and 22 deletions
+3
View File
@@ -4,8 +4,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
aria2-ws = "0.5.1"
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
futures = "0.3.31"
reqwest = { version = "0.12", features = ["json"] }
select = "0.6.1"
serde = "1.0.228"
serde_json = "1.0.145"
tokio = { version = "1", features = ["full"] }