view manual_demo/Cargo.toml @ 48:d1072fd4f20c

Add badges to README
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 19 Oct 2020 14:37:16 +0200
parents 6def3fc28b1b
children
line wrap: on
line source

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

# 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/" }

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