Files
yup-oauth2/examples/drive_example/Cargo.toml
Lewin Bormann e1eeeefeff feat(examples): Add example for installed-interactive flow.
This PR also depends on the version bump to 0.6.4.
2016-09-21 22:44:13 +02:00

12 lines
206 B
TOML

[package]
name = "drive_example"
version = "0.1.0"
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
[dependencies]
yup-oauth2 = "0.6.4"
google-drive3 = "0.1"
url = "= 0.5"
hyper = "0.9"
serde_json = "0.8"