mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-05 10:50:36 +01:00
fix(deps): Remove unnecessary dependencies in drive_example
This commit is contained in:
@@ -4,8 +4,6 @@ version = "0.1.0"
|
||||
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
|
||||
|
||||
[dependencies]
|
||||
yup-oauth2 = "0.6.4"
|
||||
yup-oauth2 = "0.6"
|
||||
google-drive3 = "0.1"
|
||||
url = "= 0.5"
|
||||
hyper = "0.9"
|
||||
serde_json = "0.8"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
extern crate hyper;
|
||||
extern crate yup_oauth2;
|
||||
extern crate serde_json;
|
||||
extern crate google_drive3;
|
||||
|
||||
use std::path::Path;
|
||||
|
||||
Reference in New Issue
Block a user