add enable_upnp_port_forwarding, enable_upload, socks_proxy_url arguments

This commit is contained in:
yggverse 2025-06-07 16:05:58 +03:00
parent 1da27bfffe
commit 8bb525ec5e
4 changed files with 27 additions and 3 deletions

View file

@ -14,7 +14,7 @@ repository = "https://github.com/YGGverse/aquatic-crawler"
anyhow = "1.0.98"
clap = { version = "4.5", features = ["derive"] }
hyper-util = "0.1.14"
librqbit = "8.1.0"
librqbit = {version = "8.1.0", features = ["disable-upload"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.45", features = ["full"] }