view drive_example/Cargo.toml @ 87:f1ab59530f8f

Slight improvement in request URL path formatting.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 24 Oct 2020 18:14:28 +0200
parents c2efbeae7103
children 6d501f826123
line wrap: on
line source

[package]
name = "drive_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"
serde = "~1.0"
env_logger = "~0.8"
rustls = { path = "/home/lbo/rust/rustls/rustls", version = "0.17" }
hyper-rustls = "~0.20"
hyper = "~0.13"
tokio = { version = "~0.2", features = ["full"] }