%% -*- mode: erlang -*- {application, emqx_authz, [ {description, "An OTP application"}, {vsn, "0.1.15"}, {registered, []}, {mod, {emqx_authz_app, []}}, {applications, [ kernel, stdlib, crypto, emqx_resource, emqx_connector ]}, {env, []}, {modules, []}, {licenses, ["Apache 2.0"]}, {links, []} ]}.