fix(rename): mv youtube-rs to google-apis-rs

This commit is contained in:
Sebastian Thiel
2015-03-02 12:05:42 +01:00
parent e3b6aee6d6
commit 11b6fe212f
5 changed files with 18 additions and 7 deletions

View File

@@ -1,12 +1,14 @@
# DO NOT PUBLISH
# This library is just to try out the code that should ultimately go into the code generator !
[package]
name = "youtube3-dev"
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"
repository = "https://github.com/Byron/google-apis-rs"
license = "MIT"
keywords = ["youtube", "google", "protocol"]
keywords = ["youtube", "google", "protocol", "not-for-use"]
[dependencies]
# Just to get hyper to work !