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

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