Current section
Files
Jump to
Current section
Files
src/rebar3_run.app.src
{application, rebar3_run,
[{description, "A rebar plugin"}
,{vsn, "0.1.0"}
,{registered, []}
,{applications,
[kernel,stdlib]}
,{env,[]}
,{modules, []}
,{contributors,["Tristan Sloughter"]}
,{licenses,["MIT"]}
,{links,[{"Github", "https://github.com/tsloughter/rebar3_run"}]}
]}.