diff options
author | Magnus Ahltorp <map@kth.se> | 2015-01-29 23:46:58 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-02-19 13:13:48 +0100 |
commit | 7ba6f292cf85f89c1034929abb007c05a9fafbdd (patch) | |
tree | 6576c8f84af0fa57b3c27983adf0d0d20e2355d1 /ebin | |
parent | 9bcbfd787e02d93c1dbe55931b262119501728b0 (diff) |
Added hackney application
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/catlfish.app | 2 |
1 files changed, 1 insertions, 1 deletions
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, []}}]}. |