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 704f7b5 commit 34782d8Copy full SHA for 34782d8
Cargo.toml
@@ -17,7 +17,9 @@ default = [ "qbittorrent" ]
17
qbittorrent = [ "reqwest" ]
18
19
[dependencies]
20
-hightorrent = { version = "0.3", path = "../hightorrent" }
+hightorrent = { version = "0.3" }
21
+# Uncomment below for local development
22
+# hightorrent = { path = "../hightorrent" }
23
# hightorrent = { git = "https://github.com/angrynode/hightorrent" }
24
tokio = { version = "1", features = [ "fs" ] }
25
tokio-util = { version = "0.7" }
0 commit comments