refactor(headers): changed from rwlock to mucell underneath

This commit is contained in:
Sean McArthur
2014-11-29 13:20:27 -08:00
parent 1014f63e15
commit d71d6549f7
4 changed files with 103 additions and 80 deletions

View File

@@ -27,3 +27,6 @@ git = "https://github.com/alexcrichton/cookie-rs"
[dependencies.time]
git = "https://github.com/rust-lang/time"
[dependencies.mucell]
git = "https://github.com/chris-morgan/mucell"