view example_crates/youtube_example/Cargo.toml @ 235:bfafde81aec3 default tip master

Link to example crates
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 30 May 2021 16:19:15 +0200
parents 23a0e172a3a5
children
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 = { 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"] }