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