-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CLI): added latest reference CLI code
Just to have something to link to
- Loading branch information
Showing
26 changed files
with
15,103 additions
and
3,252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
[package] | ||
|
||
name = "google-drive2-cli" | ||
version = "0.1.0+20150326" | ||
version = "0.2.0+20150326" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
description = "A complete library to interact with drive (protocol v2)" | ||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/drive2-cli" | ||
|
@@ -20,9 +20,7 @@ name = "drive2" | |
hyper = "*" | ||
mime = "*" | ||
yup-oauth2 = "*" | ||
docopt = "*" | ||
docopt_macros = "*" | ||
rustc-serialize = "*" | ||
clap = "*" | ||
yup-hyper-mock = "*" | ||
serde = ">= 0.3.0" | ||
serde_macros = "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.