view example_crates/gcs_example/Cargo.toml @ 214:5c0542a6d314

bump tokio to 1.2
author Daniel Boline <ddboline@gmail.com>
date Mon, 22 Feb 2021 18:44:42 -0500
parents b3cc6e0793bd
children
line wrap: on
line source

[package]
name = "gcs_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"
chrono = "~0.4"
clap = "~2.33"
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.2", features = ["macros", "io-util", "rt", "rt-multi-thread", "fs"] }