Update Cargo.toml

This commit is contained in:
OMGeeky
2023-04-01 16:18:36 +02:00
committed by GitHub
parent 1938f32e3e
commit 67f7aaeecd

View File

@@ -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"