From 242958ae9575b1889bd0c86dd186f2b626260987 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Thu, 29 Jan 2015 23:46:58 +0100 Subject: Added hackney application --- ebin/catlfish.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin/catlfish.app') diff --git a/ebin/catlfish.app b/ebin/catlfish.app index 75bc876..d8b2acc 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, lager, mochiweb]}, + {applications, [kernel, stdlib, plop, inets, lager, mochiweb, idna]}, {mod, {catlfish_app, []}}]}. -- cgit v1.1