mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-29 15:45:43 +01:00
10 lines
240 B
TOML
10 lines
240 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 = "1.0", features = ["macros", "rt-multi-thread"] }
|