fix(cargo): make sure we get correct openssl vers.

This commit is contained in:
Sebastian Thiel
2015-02-28 19:11:53 +01:00
parent 24a727fdea
commit d4869cfefc

View File

@@ -1,6 +1,6 @@
[package]
name = "youtube"
name = "youtube3"
version = "0.0.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A library to facilitate interacting with your youtube account"
@@ -9,4 +9,10 @@ license = "MIT"
keywords = ["youtube", "google", "protocol"]
[dependencies]
openssl = "= 0.4.3"
cookie = "= 0.1.13"
hyper = "*"
rustc-serialize = "*"
[dev-dependencies]
yup-hyper-mock = "*"