emqx_plugins.app.src 244 B

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