Use git instead of local path for google-photoslibrary1.

This commit is contained in:
Bill Thiede 2020-02-09 15:35:45 -08:00
parent df3d29ce7c
commit dbb282d73c
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

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

View File

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