mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
chore(code-update):added latest version of api+cli
APIs have additional files thanks to the build-script requirement. CLI has just seen minor changes though, making it usable with a stable compiler.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-youtubeanalytics1-cli"
|
||||
version = "0.2.0+20150304"
|
||||
version = "0.3.0+20150304"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with YouTube Analytics (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/youtubeanalytics1-cli"
|
||||
@@ -17,14 +17,18 @@ keywords = ["youtubeAnalytics", "google", "cli"]
|
||||
name = "youtubeanalytics1"
|
||||
|
||||
[dependencies]
|
||||
hyper = ">= 0.4.0"
|
||||
mime = "*"
|
||||
hyper = ">= 0.5.2"
|
||||
mime = "0.0.11"
|
||||
serde = ">= 0.4.1"
|
||||
yup-oauth2 = "*"
|
||||
strsim = "*"
|
||||
yup-hyper-mock = "*"
|
||||
serde = ">= 0.3.0"
|
||||
serde_macros = "*"
|
||||
clap = "*"
|
||||
yup-hyper-mock = ">=1.0.0"
|
||||
clap = ">= 0.9.1"
|
||||
|
||||
[build-dependencies]
|
||||
syntex = { version = "*" }
|
||||
serde_codegen = { version = "*" }
|
||||
|
||||
|
||||
[dependencies.google-youtubeanalytics1]
|
||||
path = "../youtubeanalytics1"
|
||||
|
||||
Reference in New Issue
Block a user