cleanup irrelevant files on complete torrent download

This commit is contained in:
yggverse 2025-06-15 18:40:11 +03:00
parent 4cf5bbcb4e
commit 8e8b60fe31
3 changed files with 29 additions and 3 deletions

View file

@ -15,11 +15,13 @@ anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
hyper-util = "0.1"
librqbit = {version = "9.0.0-beta.0", features = ["disable-upload"]}
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.45", features = ["full"] }
tracing-subscriber = "0.3"
url = "2.5"
walkdir = "2.5"
[patch.crates-io]
librqbit = { git = "https://github.com/ikatson/rqbit.git", package = "librqbit" }
#librqbit = { version = "9.0.0-beta.0", path = "../../rqbit/crates/librqbit", package = "librqbit" }