mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
implement some 0.2.0 features
This commit is contained in:
parent
18116491cb
commit
10c2d7e855
11 changed files with 319 additions and 157 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -11,15 +11,15 @@ repository = "https://github.com/YGGverse/aquatic-crawler"
|
|||
# homepage = "https://yggverse.github.io"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
hyper-util = "0.1.14"
|
||||
librqbit = {version = "9.0.0-beta.0", features = ["disable-upload"]}
|
||||
hyper-util = "0.1"
|
||||
librqbit = {version = "8.1", features = ["disable-upload"]}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.45", features = ["full"] }
|
||||
tracing-subscriber = "0.3"
|
||||
url = "2.5.4"
|
||||
url = "2.5"
|
||||
[patch.crates-io]
|
||||
librqbit = { git = "https://github.com/ikatson/rqbit.git", branch = "tracker-udp-dualstack", package = "librqbit" }
|
||||
#librqbit = { path = "../../rqbit/crates/librqbit", package = "librqbit" }
|
||||
librqbit = { version = "9.0.0-beta.0", git = "https://github.com/ikatson/rqbit.git", package = "librqbit", features = ["disable-upload"] }
|
||||
#librqbit = { version = "9.0.0-beta.0", path = "../../rqbit/crates/librqbit", package = "librqbit" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue