mirror of
https://github.com/OMGeeky/twitch_data.git
synced 2026-01-06 03:09:34 +01:00
configurable amount of download threads
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "twitch_data"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
downloader_config = { git = "https://github.com/OMGeeky/downloader_config" }
|
||||
downloader_config = { version="0.3.0", git = "https://github.com/OMGeeky/downloader_config" }
|
||||
exponential_backoff = { git = "https://github.com/OMGeeky/exponential_backoff" }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user