From 67f7aaeecd70976021f0c1fce32d923b1425c86c Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Sat, 1 Apr 2023 16:18:36 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8312803..56c33cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -downloader_config = { path = "../downloader_config" } -exponential_backoff = { path = "../exponential_backoff" } +downloader_config = { git = "https://github.com/OMGeeky/downloader_config" } +exponential_backoff = { git = "https://github.com/OMGeeky/exponential_backoff" } google-youtube3 = "4.0.1"