24 lines
804 B
TOML
24 lines
804 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]
|
|
# TODO, use https://git.z.xinu.tv/wathiede/google-api-photoslibrary and figure out auth story.
|
|
google-photoslibrary1 = { git = "https://git.z.xinu.tv/wathiede/google-api-photoslibrary" }
|
|
google_api_auth = { git = "https://github.com/google-apis-rs/generator", features = ["with-yup-oauth2"] }
|
|
hexihasher = { git = "https://git.z.xinu.tv/wathiede/hexihasher" }
|
|
lazy_static = "1.4.0"
|
|
log = "0.4.8"
|
|
regex = "1.3.4"
|
|
reqwest = { version = "0.10.1", features = ["blocking"] }
|
|
serde_json = "1.0.46"
|
|
stderrlog = "0.4.3"
|
|
structopt = "0.3.9"
|
|
yup-oauth2 = "^3.1"
|
|
warp = "0.1"
|
|
prometheus = "0.7.0"
|