fix(deps): Remove unnecessary dependencies in drive_example

This commit is contained in:
Lewin Bormann
2016-09-22 10:35:41 +02:00
parent e1eeeefeff
commit 1ceaf6044e
2 changed files with 1 additions and 4 deletions

View File

@@ -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"

View File

@@ -8,7 +8,6 @@
extern crate hyper;
extern crate yup_oauth2;
extern crate serde_json;
extern crate google_drive3;
use std::path::Path;