Skip to content

Commit 34782d8

Browse files
committed
meta: Don't require local copy of hightorrent when using git
1 parent 704f7b5 commit 34782d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ default = [ "qbittorrent" ]
1717
qbittorrent = [ "reqwest" ]
1818

1919
[dependencies]
20-
hightorrent = { version = "0.3", path = "../hightorrent" }
20+
hightorrent = { version = "0.3" }
21+
# Uncomment below for local development
22+
# hightorrent = { path = "../hightorrent" }
2123
# hightorrent = { git = "https://github.com/angrynode/hightorrent" }
2224
tokio = { version = "1", features = [ "fs" ] }
2325
tokio-util = { version = "0.7" }

0 commit comments

Comments
 (0)