Use git instead of local path for google-photoslibrary1.
This commit is contained in:
parent
df3d29ce7c
commit
dbb282d73c
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -345,6 +345,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "google-photoslibrary1"
|
name = "google-photoslibrary1"
|
||||||
version = "0.1.0-20200203"
|
version = "0.1.0-20200203"
|
||||||
|
source = "git+https://git.z.xinu.tv/wathiede/google-api-photoslibrary#7480a9c0a0e432169d6c300adb50276f21a54eb7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"google_api_auth",
|
"google_api_auth",
|
||||||
|
|||||||
@ -10,7 +10,7 @@ edition = "2018"
|
|||||||
yup-oauth2 = "^3.1"
|
yup-oauth2 = "^3.1"
|
||||||
google_api_auth = { git = "https://github.com/google-apis-rs/generator", features = ["with-yup-oauth2"] }
|
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.
|
# 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"
|
structopt = "0.3.9"
|
||||||
regex = "1.3.4"
|
regex = "1.3.4"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user