mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-29 07:35:42 +01:00
10 lines
221 B
TOML
10 lines
221 B
TOML
[package]
|
|
name = "test-device"
|
|
version = "0.1.0"
|
|
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
yup-oauth2 = { path = "../../" }
|
|
tokio = { version = "0.2", features = ["macros"] }
|