mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +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-webmasters3"
|
||||
version = "0.1.7+20140908"
|
||||
version = "0.1.8+20140908"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with webmasters (protocol v3)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/webmasters3"
|
||||
@@ -12,13 +12,17 @@ homepage = "https://developers.google.com/webmaster-tools/v3/welcome"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_webmasters3"
|
||||
license = "MIT"
|
||||
keywords = ["webmasters", "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 = "*" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user