%% -*- mode: erlang -*- {application, emqx_psk, [ {description, "EMQX PSK"}, % strict semver, bump manually! {vsn, "5.0.1"}, {modules, []}, {registered, [emqx_psk_sup]}, {applications, [kernel, stdlib]}, {mod, {emqx_psk_app, []}}, {env, []}, {licenses, ["Apache-2.0"]}, {maintainers, ["EMQX Team "]}, {links, [ {"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx"} ]} ]}.