adjustments to Cookie and SetCookie

This commit is contained in:
Sean McArthur
2014-11-07 21:29:17 -08:00
parent a3fc51611f
commit 5c224289ec
5 changed files with 111 additions and 63 deletions

View File

@@ -4,10 +4,6 @@ name = "hyper"
version = "0.0.1"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
[features]
cookie_rs = ["cookie"]
default = ["cookie_rs"]
[dependencies.url]
git = "https://github.com/servo/rust-url"
@@ -37,4 +33,3 @@ git = "https://github.com/chris-morgan/rust-http"
[dependencies.cookie]
git = "https://github.com/alexcrichton/cookie-rs"
optional = true