Files
google-apis-rs/Cargo.toml
2015-02-28 19:11:53 +01:00

19 lines
419 B
TOML

[package]
name = "youtube3"
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/youtube-rs"
license = "MIT"
keywords = ["youtube", "google", "protocol"]
[dependencies]
openssl = "= 0.4.3"
cookie = "= 0.1.13"
hyper = "*"
rustc-serialize = "*"
[dev-dependencies]
yup-hyper-mock = "*"