mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-02 06:51:23 +01:00
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:
11
examples/drive_example/Cargo.toml
Normal file
11
examples/drive_example/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user