mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-31 16:40:05 +01:00
13 lines
336 B
TOML
13 lines
336 B
TOML
[package]
|
|
name = "test-installed"
|
|
version = "0.1.0"
|
|
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
yup-oauth2 = { path = "../../" }
|
|
hyper = {version = "0.13.0-alpha.4", features = ["unstable-stream"]}
|
|
hyper-rustls = "=0.18.0-alpha.2"
|
|
futures-preview = "=0.3.0-alpha.19"
|
|
tokio = "=0.2.0-alpha.6"
|