mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-23 03:33:51 +01:00
13 lines
315 B
TOML
13 lines
315 B
TOML
[package]
|
|
|
|
name = "youtube"
|
|
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]
|
|
hyper = "*"
|