Files
yup-oauth2/examples/test-svc-acct/Cargo.toml
2019-08-01 21:32:22 +02:00

13 lines
239 B
TOML

[package]
name = "test-svc-acct"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"
[dependencies]
yup-oauth2 = { path = "../../" }
hyper = "0.12"
hyper-rustls = "0.16"
futures = "0.1"
tokio = "0.1"