ssl for the client

This commit is contained in:
Sean McArthur
2014-09-13 15:19:06 -07:00
parent c40b5b0c53
commit 42e69e1f2e
6 changed files with 102 additions and 22 deletions

View File

@@ -7,6 +7,9 @@ authors = ["Sean McArthur <sean.monstar@gmail.com>"]
[dependencies.url]
git = "https://github.com/servo/rust-url"
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
[dependencies.mime]
git = "https://github.com/seanmonstar/mime.rs"