From 81210475ffb33c1ca4ff2f7d59bd889991cf65c9 Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Sat, 1 Apr 2023 16:19:31 +0200 Subject: [PATCH] change to git dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87ba336..662eb72 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] -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"] }