mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Regen all APIs from new JSON
This commit is contained in:
committed by
Sebastian Thiel
parent
86a884c48b
commit
2ad9f3781d
42
gen/cloudtasks2-cli/Cargo.toml
Normal file
42
gen/cloudtasks2-cli/Cargo.toml
Normal file
@@ -0,0 +1,42 @@
|
||||
# DO NOT EDIT !
|
||||
# This file was generated automatically from 'src/mako/Cargo.toml.mako'
|
||||
# DO NOT EDIT !
|
||||
[package]
|
||||
|
||||
name = "google-cloudtasks2-cli"
|
||||
version = "1.0.8+20190326"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Cloud Tasks (protocol v2)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudtasks2-cli"
|
||||
homepage = "https://cloud.google.com/tasks/"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_cloudtasks2_cli"
|
||||
license = "MIT"
|
||||
keywords = ["cloudtasks", "google", "cli"]
|
||||
autobins = false
|
||||
|
||||
[[bin]]
|
||||
name = "cloudtasks2"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
hyper-rustls = "^0.6"
|
||||
|
||||
[dependencies]
|
||||
hyper = "^ 0.10"
|
||||
mime = "^ 0.2.0"
|
||||
serde = "^ 1.0"
|
||||
serde_json = "^ 1.0"
|
||||
serde_derive = "^ 1.0"
|
||||
yup-oauth2 = "^ 1.0"
|
||||
strsim = "^0.5"
|
||||
hyper-rustls = "^0.6"
|
||||
yup-hyper-mock = "^2.0"
|
||||
clap = "^2.0"
|
||||
|
||||
[features]
|
||||
|
||||
|
||||
|
||||
[dependencies.google-cloudtasks2]
|
||||
path = "../cloudtasks2"
|
||||
version = "1.0.8+20190326"
|
||||
Reference in New Issue
Block a user