summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2016-01-03 10:39:34 -0500
committersoftprops <d.tangren@gmail.com>2016-01-03 10:39:34 -0500
commit0379b6f5e680e4c6f9ae71bc23f5baedfc8a4c7d (patch)
treeed0907c0a7859ea77a84fb283592376c12296794 /Cargo.toml
parent4670063ee9b530f10caaca6aafcbbfdf21f6c43e (diff)
order deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0684be9..b6933f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,12 +11,12 @@ keywords = ["docker", "unix", "containers", "hyper", "ship"]
license = "MIT"
[dependencies]
-mime = "0.1"
+hyperlocal = "0.1"
jed = "0.1"
+mime = "0.1"
openssl = "0.7"
-hyperlocal = "0.1"
-url = "0.5"
rustc-serialize = "0.3"
+url = "0.5"
[dependencies.hyper]
version = "0.7"