view example_crates/drive_example/Cargo.toml @ 178:b3cc6e0793bd

Updated examples
author Jason McCampbell <jasonmccampbell@protonmail.com>
date Mon, 11 Jan 2021 21:31:15 -0600
parents 8e1cc803f3cc
children 23a0e172a3a5
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]
async-google-apis-common = { path = "../../async-google-apis-common/" }

anyhow = "~1.0"
serde = "~1.0"
env_logger = "~0.8"
hyper-rustls = { version = "~0.22", features = ["rustls-native-certs"] }
hyper = { version = "~0.14", features = ["stream"] }
tokio = { version = "~1.0", features = ["macros", "io-util", "rt", "rt-multi-thread", "fs"] }