summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2015-04-30 21:19:41 -0400
committersoftprops <d.tangren@gmail.com>2015-04-30 21:19:41 -0400
commit38635d18e4fbb3546c9246b1e44020a973567364 (patch)
tree55a8bc55de1ebf65d50fd5301138f8bcd05df7d1 /Cargo.toml
parente013ca9f205fbfd3ce185d71750d3dfb5eeb2f67 (diff)
unix socket transport work
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 99abf0c..57f169b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ authors = ["softprops <d.tangren@gmail.com>"]
[dependencies]
mime = "0.0.10"
+httparse = "0.1.1"
hyper = "0.3.14"
jed = "0.1.0"
openssl = "0.6.1"