-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (24 loc) · 809 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (24 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[workspace]
resolver = "2"
members = [
"crates/crawler",
"crates/fs",
"crates/gemini",
"crates/http",
"crates/scrape",
]
default-members = [
"crates/crawler",
"crates/fs",
"crates/gemini",
"crates/http",
"crates/scrape",
]
[patch.crates-io]
#btracker-fs = { git = "https://github.com/yggverse/btracker.git", package = "btracker-fs" }
btracker-fs = { path = "crates/fs" }
btracker-scrape = { path = "crates/scrape" }
#librqbit = { git = "https://github.com/ikatson/rqbit.git", rev="ba07a75c9ad3bbb5e1d8aa8dee815ce8820fe372", package = "librqbit" }
#librqbit = { version = "9.0.0-beta.1", path = "../../rqbit/crates/librqbit", package = "librqbit" }
#btpeer = { git = "https://codeberg.org/YGGverse/btpeer.git" }
#btpeer = { path = "../../codeberg/yggverse/btpeer" }