chore(gen): regen all cli for new version

This commit is contained in:
Sebastian Thiel
2017-02-01 08:36:58 +01:00
parent d3c1faf1f4
commit 8876209143
945 changed files with 5733 additions and 5523 deletions

View File

@@ -4,19 +4,19 @@
[package]
name = "google-taskqueue1_beta2"
version = "1.0.2+20160428"
version = "1.0.3+20160428"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with taskqueue (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/taskqueue1_beta2"
homepage = "https://developers.google.com/appengine/docs/python/taskqueue/rest"
documentation = "https://docs.rs/google-taskqueue1_beta2/1.0.2+20160428"
documentation = "https://docs.rs/google-taskqueue1_beta2/1.0.3+20160428"
license = "MIT"
keywords = ["taskqueue", "google", "protocol", "web", "api"]
build = "src/build.rs"
[dependencies]
hyper = "^ 0.9"
hyper = "^ 0.10"
mime = "^ 0.2.0"
serde = "^ 0.8"
serde_json = "^ 0.8"