We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36127a7 commit c45f91aCopy full SHA for c45f91a
Cargo.toml
@@ -17,8 +17,8 @@ default = [ "qbittorrent" ]
17
qbittorrent = [ "reqwest" ]
18
19
[dependencies]
20
-# hightorrent = { version = "0.3", path = "../hightorrent-upstream" }
21
-hightorrent = { git = "https://github.com/angrynode/hightorrent" }
+hightorrent = { version = "0.3", path = "../hightorrent-upstream" }
+# hightorrent = { git = "https://github.com/angrynode/hightorrent" }
22
tokio = { version = "1", features = [ "fs" ] }
23
tokio-util = { version = "0.7" }
24
async-trait = "0.1"
0 commit comments