Files
google-apis-rs/Cargo.toml
Sebastian Thiel dda847607f feat(all): initial commit
Base project with everything it will need to grow:
* CI
* documentation
* basic cargo
2015-02-27 10:23:31 +01:00

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 = "*"