mirror of
https://github.com/OMGeeky/twitch_data.git
synced 2025-12-26 16:27:24 +01:00
change to git dependencies
This commit is contained in:
@@ -6,8 +6,8 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
exponential_backoff = { path = "../exponential_backoff" }
|
||||
downloader_config = { path = "../downloader_config" }
|
||||
downloader_config = { git = "https://github.com/OMGeeky/downloader_config" }
|
||||
exponential_backoff = { git = "https://github.com/OMGeeky/exponential_backoff" }
|
||||
|
||||
|
||||
reqwest = { version = "0.11", features = ["default", "stream"] }
|
||||
|
||||
Reference in New Issue
Block a user