Skip to content

Commit

Permalink
fix(cargo): make sure we get correct openssl vers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 28, 2015
1 parent 24a727f commit d4869cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]

name = "youtube"
name = "youtube3"
version = "0.0.1"
authors = ["Sebastian Thiel <[email protected]>"]
description = "A library to facilitate interacting with your youtube account"
Expand All @@ -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 = "*"

0 comments on commit d4869cf

Please sign in to comment.