mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(version-up): 0.1.0 release
* Added all APIs to source control * upped crate version
This commit is contained in:
22
gen/taskqueue1_beta2/Cargo.toml
Normal file
22
gen/taskqueue1_beta2/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
# DO NOT EDIT !
|
||||
# This file was generated automatically from 'src/mako/Cargo.toml.mako'
|
||||
# DO NOT EDIT !
|
||||
[package]
|
||||
|
||||
name = "google-taskqueue1_beta2"
|
||||
version = "0.1.0+20141111"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail>"]
|
||||
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 = "http://byron.github.io/google-apis-rs/google-taskqueue1_beta2"
|
||||
license = "MIT"
|
||||
keywords = ["taskqueue", "google", "protocol", "web", "api"]
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
url = "*"
|
||||
serde = "*"
|
||||
serde_macros = "*"
|
||||
yup-oauth2 = "*"
|
||||
Reference in New Issue
Block a user