Current section
Files
Jump to
Current section
Files
src/rebar3_abnfc_plugin.app.src
{application, rebar3_abnfc_plugin,
[{description, "A rebar plugin for abnfc"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel, stdlib, abnfc]},
{env,[]},
{modules, [rebar3_abnfc_plugin]},
{contributors, ["Yury Gargay"]},
{links, [{"Github", "https://github.com/surik/rebar3_abnfc_plugin"}]}
]}.