mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-01-20 02:11:17 +01:00
add git fallback dependencies
This commit is contained in:
@@ -13,4 +13,10 @@ downloader_config = { path = "../../../downloader_config" }
|
||||
tokio = "1.23"
|
||||
google-bigquery2 = "4.0.1"
|
||||
chrono = "0.4.23"
|
||||
nameof = "1.2.2"
|
||||
nameof = "1.2.2"
|
||||
|
||||
[[dependencies]]
|
||||
google_bigquery = { git = "https://github.com/OMGeeky/google_bigquery" }
|
||||
google_youtube = { git = "https://github.com/OMGeeky/google_youtube" }
|
||||
twitch_data = { git = "https://github.com/OMGeeky/twitch_data" }
|
||||
downloader_config = { git = "https://github.com/OMGeeky/downloader_config" }
|
||||
|
||||
Reference in New Issue
Block a user