aboutsummaryrefslogtreecommitdiff
path: root/apps/styx/src/styx.app.src
blob: 25f091ee1d58b0f69d56783307f46869678de5a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{application, styx,
 [{description, "Ory Kratos/Hydra Lightweight erlang frontend"},
  {vsn, "0.1.0"},
  {registered, []},
  {mod, {styx_app, []}},
  {applications,
   [kernel,
    stdlib,
    sasl,
    styx_service,
    ory,
    styx_web
   ]},
  {env,[]},
  {modules, []},

  {licenses, ["Apache 2.0"]},
  {links, []}
 ]}.