mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-20 18:21:37 +01:00
It works for uploads as well as for others. Next up is to setup the head and authentication. It will be as simple as calling and handling `GetToken`, even though I think that there needs to be better support for the scope that is asked for ... .
25 lines
665 B
TOML
25 lines
665 B
TOML
# DO NOT EDIT !
|
|
# This file was generated automatically from 'src/mako/cargo.toml.mako'
|
|
# DO NOT EDIT !
|
|
[package]
|
|
|
|
name = "youtube3"
|
|
version = "0.0.1"
|
|
authors = ["Sebastian Thiel <byronimo@gmail>"]
|
|
description = "A complete library to interact with YouTube (protocol v3)"
|
|
repository = "https://github.com/Byron/google-apis-rs/gen/youtube3/.timestamp"
|
|
homepage = "https://developers.google.com/youtube/v3"
|
|
documentation = "http://byron.github.io/google-apis-rs"
|
|
license = "MIT"
|
|
keywords = ["youtube", "google", "protocol", "web", "api"]
|
|
|
|
[dependencies]
|
|
hyper = "*"
|
|
mime = "*"
|
|
url = "*"
|
|
rustc-serialize = "*"
|
|
yup-oauth2 = "*"
|
|
|
|
[dev-dependencies]
|
|
yup-hyper-mock = "*"
|