emqx/apps/emqx_gateway_stomp/src/emqx_gateway_stomp.app.src

12 lines
282 B
Erlang

%% -*- mode: erlang -*-
{application, emqx_gateway_stomp, [
{description, "Stomp Gateway"},
{vsn, "0.1.6"},
{registered, []},
{applications, [kernel, stdlib, emqx, emqx_gateway]},
{env, []},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.