summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2015-04-30 00:12:50 -0400
committersoftprops <d.tangren@gmail.com>2015-04-30 00:12:50 -0400
commit91a8d8be6e7b6813fa5a39b250e547b81af3aebb (patch)
tree56ae1f9d67c8d833462bd4dbfcb00c992b8ddadb /Cargo.toml
parent136adb4ded7817f93c0c8945446d14688c8cddea (diff)
start working on builder interface
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 57bb3a0..99abf0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["softprops <d.tangren@gmail.com>"]
[dependencies]
+mime = "0.0.10"
hyper = "0.3.14"
jed = "0.1.0"
openssl = "0.6.1"