aboutsummaryrefslogtreecommitdiff
path: root/apps/styx_web/src/styx_web.app.src
blob: 9e82554ca5f0467a23c3fe46618fa4a9d79c5ef6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{application, styx_web,
 [{description, "Styx: web/html"},
  {vsn, "0.1.0"},
  {registered, []},
  {mod, {styx_web_app, []}},
  {applications,
   [kernel,
    stdlib,
    erlydtl,
    cowboy,
    trails
   ]},
  {env,[]},
  {modules, []},

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