mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update to latest versions of API declarations
This commit is contained in:
@@ -4,17 +4,19 @@
|
||||
[package]
|
||||
|
||||
name = "google-cloudtasks2_beta2-cli"
|
||||
version = "1.0.7+20171208"
|
||||
version = "1.0.7+20180913"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Cloud Tasks (protocol v2beta2)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudtasks2_beta2-cli"
|
||||
homepage = "https://cloud.google.com/cloud-tasks/"
|
||||
homepage = "https://cloud.google.com/tasks/"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_cloudtasks2_beta2_cli"
|
||||
license = "MIT"
|
||||
keywords = ["cloudtasks", "google", "cli"]
|
||||
autobins = false
|
||||
|
||||
[[bin]]
|
||||
name = "cloudtasks2-beta2"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
hyper-rustls = "^0.6"
|
||||
@@ -37,4 +39,4 @@ clap = "^2.0"
|
||||
|
||||
[dependencies.google-cloudtasks2_beta2]
|
||||
path = "../cloudtasks2_beta2"
|
||||
version = "1.0.7+20171208"
|
||||
version = "1.0.7+20180913"
|
||||
|
||||
Reference in New Issue
Block a user