feat(examples): Add example for installed-interactive flow.

This PR also depends on the version bump to 0.6.4.
This commit is contained in:
Lewin Bormann
2016-09-21 22:44:13 +02:00
parent 83bfbab114
commit e1eeeefeff
3 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[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"