%% -*- mode: erlang -*- {application, emqx_gateway, [ {description, "The Gateway management application"}, {vsn, "0.1.23"}, {registered, []}, {mod, {emqx_gateway_app, []}}, {applications, [kernel, stdlib, emqx, emqx_authn, emqx_ctl]}, {env, []}, {modules, []}, {licenses, ["Apache 2.0"]}, {links, []} ]}.