# 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 "] description = "A library to facilitate interacting with your youtube account" repository = "https://github.com/Byron/google-apis-rs" license = "MIT" keywords = ["youtube", "google", "protocol", "not-for-use"] [dependencies] # Just to get hyper to work ! openssl = "= 0.4.3" # Just to get hyper to work ! cookie = "= 0.1.13" hyper = "*" rustc-serialize = "*" yup-oauth2 = "*" [dev-dependencies] yup-hyper-mock = "*"