sheets 0.1.8

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

[dependencies]
reqwest = { version = "0.10", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
yup-oauth2 = "^4.1.3"