view example_crates/youtube_example/Cargo.toml @ 170:139c5e1dc358

minimal youtube API example listing top 5 videos on youtube
author Michael Kefeder <m.kefeder@gmail.com>
date Thu, 10 Dec 2020 12:07:31 +0100
parents
children b3cc6e0793bd
line wrap: on
line source

[package]
name = "youtube_example"
version = "0.1.0"
authors = ["Michael Kefeder <m.kefeder@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 = "~0.20"
hyper = "~0.13"
tokio = { version = "~0.2", features = ["rt-core", "io-util", "macros", "fs"] }