From 29cd1478c7d15f85b216bde2973e2237a1d88a4e Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 1 Apr 2023 15:03:40 +0200 Subject: [PATCH] add git fallback dependencies --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2115c45..1026cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file +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" }