summaryrefslogtreecommitdiff
path: root/ebin/catlfish.app
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-24 04:37:18 +0200
committerMagnus Ahltorp <map@kth.se>2014-10-24 04:37:18 +0200
commit314370d6e5e6326033b648ba621803b75337935f (patch)
tree355221c58ced5429db7e226107394e8794e0b706 /ebin/catlfish.app
parent3e43d0c819e95a75b850c298cfe9904ed180ac16 (diff)
Use mochiweb for v1 APIexternal-merge
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r--ebin/catlfish.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index 44c9e0f..beea7d6 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -8,5 +8,5 @@
[{description, "catlfish -- Certificate Transparency Log Server"},
{vsn, "0.2.0-dev"},
{modules, [v1, catlfish_app]},
- {applications, [kernel, stdlib, plop, inets, jiffy, lager]},
+ {applications, [kernel, stdlib, plop, inets, jiffy, lager, mochiweb]},
{mod, {catlfish_app, []}}]}.