view gcs_example/Cargo.toml @ 132:f87d7be7c3d7 common_v0.1.7

agac: Release common_v0.1.7
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 26 Oct 2020 10:45:07 +0100
parents d8e96592590d
children 0467dfe39f46
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 = "~0.20"
hyper = "~0.13"
tokio = { version = "~0.2", features = ["full"] }