Files
yup-oauth2/examples/test-installed/Cargo.toml
2019-12-18 09:07:45 -08:00

10 lines
224 B
TOML

[package]
name = "test-installed"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"
[dependencies]
yup-oauth2 = { path = "../../" }
tokio = { version = "0.2", features = ["macros"] }