Files
google-apis-rs/gen/plus1/Cargo.toml
Sebastian Thiel 99f8b65f75 fix(api-version-up): version 0.1.3
* builds with latest beta/nightly

Fixes #46
2015-04-07 12:05:48 +02:00

23 lines
647 B
TOML

# DO NOT EDIT !
# This file was generated automatically from 'src/mako/Cargo.toml.mako'
# DO NOT EDIT !
[package]
name = "google-plus1"
version = "0.1.3+20150326"
authors = ["Sebastian Thiel <byronimo@gmail>"]
description = "A complete library to interact with plus (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/plus1"
homepage = "https://developers.google.com/+/api/"
documentation = "http://byron.github.io/google-apis-rs/google-plus1"
license = "MIT"
keywords = ["plus", "google", "protocol", "web", "api"]
[dependencies]
hyper = "*"
mime = "*"
yup-oauth2 = "*"
url = "*"
serde = "*"
serde_macros = "*"