Initial generation of photoslibrary API
This commit is contained in:
commit
0921a03620
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
/target
|
||||||
|
|
||||||
|
|
||||||
|
#Added by cargo
|
||||||
|
#
|
||||||
|
#already existing elements were commented out
|
||||||
|
|
||||||
|
#/target
|
||||||
|
Cargo.lock
|
||||||
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[package]
|
||||||
|
name = "google-photoslibrary1"
|
||||||
|
version = "0.1.0-20200203"
|
||||||
|
authors = ["Glenn Griffin <ggriffiniii@gmail.com"]
|
||||||
|
edition = "2018"
|
||||||
|
# for now, let's not even accidentally publish these
|
||||||
|
publish = false
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
serde_json = "1"
|
||||||
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
|
reqwest = { version = "0.9", default-features = false, features = ['rustls-tls'] }
|
||||||
|
google_field_selector = { git = "https://github.com/google-apis-rs/generator" }
|
||||||
|
google_api_auth = { git = "https://github.com/google-apis-rs/generator" }
|
||||||
|
mime = "0.3"
|
||||||
|
textnonce = "0.6"
|
||||||
|
percent-encoding = "2"
|
||||||
6453
src/lib.rs
Normal file
6453
src/lib.rs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user