emqx/apps/emqx_plugins/src/emqx_plugins.app.src

10 lines
244 B
Erlang

%% -*- mode: erlang -*-
{application, emqx_plugins, [
{description, "EMQX Plugin Management"},
{vsn, "0.2.3"},
{modules, []},
{mod, {emqx_plugins_app, []}},
{applications, [kernel, stdlib, emqx, erlavro]},
{env, []}
]}.