emqx_plugins.app.src 235 B

123456789
  1. %% -*- mode: erlang -*-
  2. {application, emqx_plugins, [
  3. {description, "EMQX Plugin Management"},
  4. {vsn, "0.1.4"},
  5. {modules, []},
  6. {mod, {emqx_plugins_app, []}},
  7. {applications, [kernel, stdlib, emqx]},
  8. {env, []}
  9. ]}.