mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
implement option to export index collected as the static rss feed, set save_torrents as false by default
This commit is contained in:
parent
c206a06c25
commit
738fee1a88
6 changed files with 272 additions and 72 deletions
|
|
@ -12,6 +12,7 @@ repository = "https://github.com/YGGverse/aquatic-crawler"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
chrono = "0.4"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
hyper-util = "0.1"
|
||||
librqbit = {version = "9.0.0-beta.0", features = ["disable-upload"]}
|
||||
|
|
@ -21,6 +22,7 @@ serde_json = "1.0"
|
|||
tokio = { version = "1.45", features = ["full"] }
|
||||
tracing-subscriber = "0.3"
|
||||
url = "2.5"
|
||||
urlencoding = "2.1"
|
||||
walkdir = "2.5"
|
||||
[patch.crates-io]
|
||||
librqbit = { git = "https://github.com/ikatson/rqbit.git", package = "librqbit" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue