zx_rebar_plugin/src/zx_rebar_plugin.app.src
2025-11-27 23:04:35 +01:00

14 lines
259 B
Erlang

{application, zx_rebar_plugin, [
{description, "A rebar plugin"},
{vsn, "0.1.0"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},
{modules, []},
{licenses, ["Apache-2.0"]},
{links, []}
]}.