summaryrefslogtreecommitdiff
path: root/ebin/catlfish.app
blob: b21b86d76de125f39622df2cc8f4828dba921295 (plain)
1
2
3
4
5
6
7
8
9
10
11
%%% Copyright (c) 2014-2016, NORDUnet A/S.
%%% See LICENSE for licensing information.

%% Application resource file for catlfish.

{application, catlfish,
 [{description, "catlfish -- Certificate Transparency Log Server"},
  {vsn, "1.0.1-alpha-dev"},
  {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]},
  {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]},
  {mod, {catlfish_app, []}}]}.