mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-01 00:50:04 +01:00
13 lines
233 B
TOML
13 lines
233 B
TOML
[package]
|
|
name = "test-device"
|
|
version = "0.1.0"
|
|
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
yup-oauth2 = { path = "../../" }
|
|
hyper = "0.12"
|
|
hyper-tls = "0.3"
|
|
futures = "0.1"
|
|
tokio = "0.1"
|