summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2016-01-03 02:21:48 -0500
committersoftprops <d.tangren@gmail.com>2016-01-03 02:21:48 -0500
commitb9170de9dcd95342ea869097d33fed81ac6d04cb (patch)
tree38a0b30940321415d0bb9455412e80061fd336af /Cargo.toml
parentfc7021901fd8d234fdf2ce51f1949a7230c10080 (diff)
ditch httpparse and unix socket
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff8ad88..0684be9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,11 +12,9 @@ license = "MIT"
[dependencies]
mime = "0.1"
-httparse = "0.1"
jed = "0.1"
openssl = "0.7"
hyperlocal = "0.1"
-unix_socket = "0.5"
url = "0.5"
rustc-serialize = "0.3"