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:
Sebastian Thiel
2015-06-19 13:27:40 +02:00
parent e336d37d13
commit 3484fecf9c
835 changed files with 641668 additions and 659095 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-audit1"
version = "0.1.7+20150419"
version = "0.1.8+20150419"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with audit (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/audit1"
@@ -12,13 +12,17 @@ homepage = "https://developers.google.com/google-apps/admin-audit/get_started"
documentation = "http://byron.github.io/google-apis-rs/google_audit1"
license = "MIT"
keywords = ["audit", "google", "protocol", "web", "api"]
build = "src/build.rs"
[dependencies]
hyper = ">= 0.4.0"
mime = "*"
hyper = ">= 0.5.2"
mime = "0.0.11"
serde = ">= 0.4.1"
yup-oauth2 = "*"
url = "*"
serde = ">= 0.3.0"
serde_macros = "*"
json-tools = ">= 0.3.0"
[build-dependencies]
syntex = { version = "*" }
serde_codegen = { version = "*" }