emqx_ctl.app.src 296 B

123456789101112131415
  1. {application, emqx_ctl, [
  2. {description, "Backend for emqx_ctl script"},
  3. {vsn, "0.1.6"},
  4. {registered, []},
  5. {mod, {emqx_ctl_app, []}},
  6. {applications, [
  7. kernel,
  8. stdlib
  9. ]},
  10. {env, []},
  11. {modules, []},
  12. {licenses, ["Apache-2.0"]},
  13. {links, []}
  14. ]}.