Merge pull request #38 from reem/persistent-headers

Refactor Header representation to not store the raw representation
This commit is contained in:
Sean McArthur
2014-09-16 19:05:54 -07:00
3 changed files with 61 additions and 45 deletions

View File

@@ -22,6 +22,9 @@ git = "https://github.com/reem/rust-intertwine"
[dependencies.move-acceptor]
git = "https://github.com/reem/rust-move-acceptor"
[dependencies.typeable]
git = "https://github.com/reem/rust-typeable"
[dev-dependencies.curl]
git = "https://github.com/carllerche/curl-rust"