Add cookie-rs and use cookie::Cookie in Cookie header.

This commit is contained in:
Stanislav Panferov
2014-10-08 10:35:10 +04:00
committed by Sean McArthur
parent a85cc476e1
commit 0a624b10e0
3 changed files with 35 additions and 5 deletions

View File

@@ -31,3 +31,5 @@ git = "https://github.com/carllerche/curl-rust"
[dev-dependencies.http]
git = "https://github.com/chris-morgan/rust-http"
[dependencies.cookie]
git = "https://github.com/alexcrichton/cookie-rs"