mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-05 11:06:05 +01:00
19 lines
419 B
TOML
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 = "*"
|