view example_crates/calendar_example/Cargo.toml @ 223:54fbd7bd5217

add minimal calendar:v3 example
author Daniel Boline <ddboline@gmail.com>
date Sun, 28 Feb 2021 11:43:04 -0500
parents
children
line wrap: on
line source

[package]
name = "calendar_example"
version = "0.1.0"
authors = ["Daniel Boline <ddboline@gmail.com>"]
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.2", features = ["macros", "io-util", "rt", "rt-multi-thread", "fs"] }