view drive_example/Cargo.toml @ 28:366924ffc5c2

Support media download (e.g. Drive: Files.Export)
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 17 Oct 2020 21:31:13 +0200
parents fe401e1e025c
children a3d203a72475
line wrap: on
line source

[package]
name = "drive_example"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "~1.0"
chrono = "~0.4"
hyper = "~0.13"
hyper-rustls = "~0.20"
percent-encoding = "~2.1"
serde = "~1.0"
serde_json = "~1.0"
tokio = { version = "~0.2", features = ["full"] }
yup-oauth2 = "~4"