Files
yup-oauth2/examples/test-device/Cargo.toml
2020-12-24 09:39:10 -05:00

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"] }