Files
google-apis-rs/Cargo.toml
Guy Taylor 6d0f4cac7c Pin yup-oauth2 version to 1.x
This ensures the yup-oauth2 version stays with the 1.x major version
allowing the yup-oauth2 project to make a breaking change via a 2.x
major version.

Ref: https://github.com/dermesser/yup-oauth2/pull/86
2019-07-03 18:25:01 +08:00

31 lines
727 B
TOML

# DO NOT PUBLISH
# This library is just to try out the code that should ultimately go into the code generator !
[package]
name = "cmn"
version = "0.0.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A library to facilitate interacting with your youtube account"
repository = "https://github.com/Byron/google-apis-rs"
license = "MIT/Apache-2.0"
keywords = ["youtube", "google", "protocol", "not-for-use"]
[lib]
# The common code, used by all generated implementations
name = "cmn"
path = "src/rust/lib.rs"
[dependencies]
clap = "*"
hyper = "0.10"
mime = "0.2"
rustc-serialize = "*"
yup-oauth2 = "^ 1.0"
serde = "*"
serde_json = "*"
serde_derive = "*"
strsim = "*"
[dev-dependencies]
yup-hyper-mock = "*"