google-drive 0.1.21

An API client for Google Drive
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "google-drive"
description = "An API client for Google Drive"
version = "0.1.21"
authors = ["Jess Frazelle <jess@oxide.computer>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/oxidecomputer/cio"
documentation = "https://docs.rs/google-drive"

[dependencies]
bytes = "1"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
yup-oauth2 = "^5"