photosync/Cargo.toml
Bill Thiede b0a10364b0 Base sync support.
Refactored list_albums to be useful in sync and list-albums.
2020-02-06 18:27:37 -08:00

19 lines
597 B
TOML

[package]
name = "photosync"
version = "0.1.0"
authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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" }
structopt = "0.3.9"
regex = "1.3.4"
log = "0.4.8"
stderrlog = "0.4.3"
serde_json = "1.0.46"