diff --git a/Cargo.lock b/Cargo.lock index 419b86a..f5b9f48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,6 +345,7 @@ dependencies = [ [[package]] name = "google-photoslibrary1" version = "0.1.0-20200203" +source = "git+https://git.z.xinu.tv/wathiede/google-api-photoslibrary#7480a9c0a0e432169d6c300adb50276f21a54eb7" dependencies = [ "chrono", "google_api_auth", diff --git a/Cargo.toml b/Cargo.toml index 5958848..6cc5ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" yup-oauth2 = "^3.1" google_api_auth = { git = "https://github.com/google-apis-rs/generator", features = ["with-yup-oauth2"] } # TODO, use https://git.z.xinu.tv/wathiede/google-api-photoslibrary and figure out auth story. -google-photoslibrary1 = { path = "../google-api-photoslibrary" } +google-photoslibrary1 = { git = "https://git.z.xinu.tv/wathiede/google-api-photoslibrary" } structopt = "0.3.9" regex = "1.3.4" log = "0.4.8"