| 1234567891011121314151617 |
- %% -*- mode: erlang -*-
- {application, emqx_auto_subscribe, [
- {description, "An OTP application"},
- {vsn, "0.1.2"},
- {registered, []},
- {mod, {emqx_auto_subscribe_app, []}},
- {applications, [
- kernel,
- stdlib,
- emqx
- ]},
- {env, []},
- {modules, []},
- {licenses, ["Apache 2.0"]},
- {links, []}
- ]}.
|